comparison 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
comparison
equal deleted inserted replaced
2697:6bc1f2c5c30e 2698:d8df26f08486
1 2005-03-26 Jerry James <james@xemacs.org>
2
3 * dumper.c (BACKTRACE_MAX): New constant defining length of static
4 backtrace array.
5 * dumper.c (pdump_bump_depth): Use it, and avoid buffer overflow
6 by fixing comparison.
7
1 2005-02-24 Andrey Slusar <anrays@gmail.com> 8 2005-02-24 Andrey Slusar <anrays@gmail.com>
2 9
3 * unexelf.c: define `Elfw(type)' for FreeBSD alpha and amd64. 10 * unexelf.c: define `Elfw(type)' for FreeBSD alpha and amd64.
4 11
5 2005-03-25 Marcus Crestani <crestani@xemacs.org> 12 2005-03-25 Marcus Crestani <crestani@xemacs.org>