X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=6a7d58d5985cdfda7cc2934fa1ec757a7bc5ef7c;hp=3d269665be7fcf6bb4107dd149fe9a88246dbc3d;hb=37d634e5152d96a37f0dae04fcffa7e709e83032;hpb=0e7106da702d97e10f3bd24d8284a2ab86044ebd diff --git a/ChangeLog b/ChangeLog index 3d26966..6a7d58d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,10 +3,11 @@ * sbr/mf.c: fix buffer overrun with absurdly long addresses (only causes crashes if scan is run with '-width 16536' or similar) - * sbr/context_foil.c, sbr/context_read.c, sbr/context_save.c: - mark 'no context' with NULL rather than "/dev/null" so we don't - inadvertently try to lock /dev/null (which takes up to a minute - in some locking configurations and makes post very slow). + * bug #7917: sbr/context_foil.c, sbr/context_read.c, + sbr/context_save.c: mark 'no context' with NULL rather than + "/dev/null" so we don't inadvertently try to lock /dev/null (which + takes up to a minute in some locking configurations and makes post + very slow). 2005-11-13 Oliver Kiddle