# HG changeset patch # User Chong Yidong # Date 1244570208 0 # Node ID d708c0f7d79c3379840a55c9a7ae4f32d8cae12f # Parent cb15fed5ca65061e1a91580dd9145beca0e9ea46 Fix last changelog entry. diff -r cb15fed5ca65 -r d708c0f7d79c src/ChangeLog --- a/src/ChangeLog Tue Jun 09 14:24:32 2009 +0000 +++ b/src/ChangeLog Tue Jun 09 17:56:48 2009 +0000 @@ -1,10 +1,7 @@ 2009-06-09 Jim Meyering - x-load-color-file: avoid array bounds error - x-load-color-file expects each line of input to be of the form - "R G B name". But if "name" is missing, it would read name[-1], - and if that value is '\n', zero it. - * xfaces.c (Fx_load_color_file): Handle missing color name. + * xfaces.c (Fx_load_color_file): Avoid array bounds error if the + color name is missing. 2009-06-09 Kenichi Handa