comparison src/ChangeLog @ 4137:1ce0622a56a3

[xemacs-hg @ 2007-08-22 15:10:10 by aidan] Patch from Nix; fix buffer overrun in pdump_load() See 87y7r4lzwf.fsf@hades.wkstn.nix , also http://calypso.tux.org/pipermail/xemacs-patches/2006-October/000017.html for explanation
author aidan
date Wed, 22 Aug 2007 15:10:19 +0000
parents ac5a714be3a2
children e93da3cda3cb
comparison
equal deleted inserted replaced
4136:db22824aa020 4137:1ce0622a56a3
1 2006-10-26 Nix <nix@esperi.org.uk>
2
3 * dumper.c (pdump_load): Statically allocate a large enough
4 exe_path for all conceivable uses. Fixes a buffer overrun.
5 * text.h (MAX_XETCHAR_SIZE): Define, for PATH_MAX_EXTERNAL.
6
1 2007-08-21 Aidan Kehoe <kehoea@parhasard.net> 7 2007-08-21 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * mule-ccl.c (ccl_driver): 9 * mule-ccl.c (ccl_driver):
4 Don't pass XCHAR_OR_INT an argument of which the evaluation has 10 Don't pass XCHAR_OR_INT an argument of which the evaluation has
5 side effects; thank you Mike Fabian. 11 side effects; thank you Mike Fabian.