diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 17:25:34 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 17:25:34 +0100 |
commit | 55f0010f89fe62928b8aef29bfbf73407380ad69 (patch) | |
tree | 03df615aeaa0a85922a510fe9470c06ee3f3366c /TODO | |
parent | 3c60bbdb928da1ebcec9153fb199ad740ad41856 (diff) |
Make sure MAXTOKENS being exceeded can't cause a buffer overflow.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,5 +10,3 @@ Add various auto replay options: Might need to #include <limits.h> in blabouncer.c to make some operating systems and/or compilers happy. Reconnect server if we get disconnected for some reason. - -Make sure MAXTOKENS being exceeded can't cause a buffer overflow. |