Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
106693:5240a1bf44bc | 106694:7874e9166ee3 |
---|---|
1 2010-01-01 Chong Yidong <cyd@stupidchicken.com> | 1 2010-01-01 Chong Yidong <cyd@stupidchicken.com> |
2 | |
3 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763). | |
2 | 4 |
3 * lread.c (syms_of_lread): Make it clearer that these are the | 5 * lread.c (syms_of_lread): Make it clearer that these are the |
4 names of loaded files (Bug#5068). | 6 names of loaded files (Bug#5068). |
5 | 7 |
6 * eval.c (run_hook_with_args): Handle the case where the global | 8 * eval.c (run_hook_with_args): Handle the case where the global |