From: Christos Zoulas Date: Sun, 23 Nov 2014 21:36:16 +0000 (+0000) Subject: fix typos. X-Git-Tag: FILE5_21~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ce9b46df54f949c1175bd7fb0e57aa4ec1e6ec0;p=file fix typos. --- diff --git a/ChangeLog b/ChangeLog index 0d203d88..4d654806 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,11 @@ 2014-11-24 8:55 Christos Zoulas - * The following fixes resulted from Tomas Jarosch's fuzzing + * The following fixes resulted from Thomas Jarosch's fuzzing tests that revealed severe performance issues on pathological input: - - limit elf number of program and section sections processing + - limit number of elf program and sections processing - abort elf note processing quickly - - reduce the numbeer of recursion levels from 20 to 10 + - reduce the number of recursion levels from 20 to 10 - preserve error messages in indirect magic handling 2014-11-12 10:30 Christos Zoulas