summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-27 17:25:34 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-27 17:25:34 +0100
commit55f0010f89fe62928b8aef29bfbf73407380ad69 (patch)
tree03df615aeaa0a85922a510fe9470c06ee3f3366c /TODO
parent3c60bbdb928da1ebcec9153fb199ad740ad41856 (diff)
Make sure MAXTOKENS being exceeded can't cause a buffer overflow.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index c9b87a3..3b714ee 100644
--- a/TODO
+++ b/TODO
@@ -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.