diff src/ChangeLog @ 2698:d8df26f08486

[xemacs-hg @ 2005-03-29 02:52:42 by james] Fix off-by-one error possibly causing backtrace overflow. See xemacs-patches message with ID <psbr954s83.fsf@diannao.ittc.ku.edu>.
author james
date Tue, 29 Mar 2005 02:52:50 +0000
parents 45609533aa75
children 96036853a107
line wrap: on
line diff
--- a/src/ChangeLog	Mon Mar 28 21:51:30 2005 +0000
+++ b/src/ChangeLog	Tue Mar 29 02:52:50 2005 +0000
@@ -1,3 +1,10 @@
+2005-03-26  Jerry James  <james@xemacs.org>
+
+	* dumper.c (BACKTRACE_MAX): New constant defining length of static
+	backtrace array.
+	* dumper.c (pdump_bump_depth): Use it, and avoid buffer overflow
+	by fixing comparison.
+
 2005-02-24  Andrey Slusar  <anrays@gmail.com>
 
         * unexelf.c: define `Elfw(type)' for FreeBSD alpha and amd64.