Mercurial > emacs
diff src/ChangeLog @ 106694:7874e9166ee3
Fix buffer overflow in ns_get_color.
* nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 01 Jan 2010 17:10:50 -0500 |
parents | de63af995d1c |
children | 3db7e57ee4e9 d27fa5359486 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jan 01 15:42:22 2010 -0500 +++ b/src/ChangeLog Fri Jan 01 17:10:50 2010 -0500 @@ -1,5 +1,7 @@ 2010-01-01 Chong Yidong <cyd@stupidchicken.com> + * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763). + * lread.c (syms_of_lread): Make it clearer that these are the names of loaded files (Bug#5068).