diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Wed Aug 22 07:15:29 2007 +0000
+++ b/src/ChangeLog	Wed Aug 22 15:10:19 2007 +0000
@@ -1,3 +1,9 @@
+2006-10-26  Nix  <nix@esperi.org.uk>
+
+	* dumper.c (pdump_load): Statically allocate a large enough
+	exe_path for all conceivable uses. Fixes a buffer overrun.
+	* text.h (MAX_XETCHAR_SIZE): Define, for PATH_MAX_EXTERNAL.
+
 2007-08-21  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* mule-ccl.c (ccl_driver):