diff src/ChangeLog @ 5871:58e72e27fb81

Don't rely on zero termination for Vfixnum_to_char_map, thank you Vin. lisp/ChangeLog addition: (vars_of_data): Don't rely on zero termination here for Vfixnum_to_char_map, give an explicit bytecount. Again, thank you Vin!
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 17 Mar 2015 00:47:48 +0000
parents df50aaeddca5
children 5a311f1f46aa
line wrap: on
line diff
--- a/src/ChangeLog	Tue Mar 17 00:29:39 2015 +0000
+++ b/src/ChangeLog	Tue Mar 17 00:47:48 2015 +0000
@@ -6,6 +6,9 @@
 	standard. Thank you Vin Shelton for reporting the Linux
 	segmentation violation this provokes, and happy St. Patrick's Day
 	to everyone reading the XEmacs lists!
+	(vars_of_data): Don't rely on zero termination here for
+	Vfixnum_to_char_map, give an explicit bytecount. Again, thank you
+	Vin!
 
 2015-03-08  Aidan Kehoe  <kehoea@parhasard.net>