Mention all the performance fixes from yesterday and today.
authorChristos Zoulas <christos@zoulas.com>
Sun, 23 Nov 2014 13:58:37 +0000 (13:58 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 23 Nov 2014 13:58:37 +0000 (13:58 +0000)
ChangeLog

index d7f499cdf3eca08548e94c2b2bb0502e21ac308e..0d203d886d1f1ec5766e3f505cd749e96324214b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-11-24   8:55  Christos Zoulas <christos@zoulas.com>
+
+       * The following fixes resulted from Tomas Jarosch's fuzzing
+         tests that revealed severe performance issues on pathological
+         input:
+           - limit elf number of program and section sections processing
+           - abort elf note processing quickly
+           - reduce the numbeer of recursion levels from 20 to 10
+           - preserve error messages in indirect magic handling
+
 2014-11-12  10:30  Christos Zoulas <christos@zoulas.com>
 
        * fix bogus free in the user buffer case.