aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-01-01 17:10:50 -0500
committerChong Yidong2010-01-01 17:10:50 -0500
commit87231e2cfe2cc4317f8150eba2b94b4f0c676886 (patch)
tree09c4e248688f2854fa3941866a101abdf2e39a17 /src/ChangeLog
parentbd0948ca04f23af37c42b2f9beac3b11ea926b8d (diff)
downloademacs-87231e2cfe2cc4317f8150eba2b94b4f0c676886.tar.gz
emacs-87231e2cfe2cc4317f8150eba2b94b4f0c676886.zip
Fix buffer overflow in ns_get_color.
* nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 73000341f68..d6e7f2c9791 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-01-01 Chong Yidong <cyd@stupidchicken.com> 12010-01-01 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
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