comparison src/ChangeLog @ 3504:3151d67d15d2

[xemacs-hg @ 2006-07-11 23:40:15 by james] Fix a dangerous strcpy by ensuring that the target string is exactly big enough to hold the data. <m3irm9ywg0.fsf@jerrypc.cs.usu.edu>
author james
date Tue, 11 Jul 2006 23:40:17 +0000
parents b03fc4eae965
children 8b1d806afbb3
comparison
equal deleted inserted replaced
3503:a54cc1730ca5 3504:3151d67d15d2
1 2006-07-07 Jerry James <james@xemacs.org>
2
3 * sound.c (init_native_sound): Make the target of a strcpy be
4 exactly the right size to hold the copied string.
5
1 2006-07-08 Aidan Kehoe <kehoea@parhasard.net> 6 2006-07-08 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * lisp.h: 8 * lisp.h:
4 * redisplay.c (add_octal_runes): 9 * redisplay.c (add_octal_runes):
5 * syntax.h: 10 * syntax.h: