fix two bugs in the indexing code found by Georg Lehner

silence if statement indentation warnings (gcc has become more picky)
This commit is contained in:
leitner
2017-02-25 08:40:23 +00:00
parent eb8bf7c2ac
commit 6ef84457cc
13 changed files with 53 additions and 23 deletions

2
THANKS
View File

@@ -16,3 +16,5 @@ I'd be astounded if someone found a way to exploit it, though.
Andreas also ran tinyldap in afl and found two double frees.
At least one of them looks like it might be exploitable if you are not
using dietlibc.
Georg Lehner found problems in the indexing code.