Mercurial > emacs
changeset 87699:9b166b697889
* pop.c (pop_stat, pop_last): Check validity of string-to-integer
conversion. Mistakes spotted by Nico Golde.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 10 Jan 2008 15:31:25 +0000 |
parents | 2f6b9a1655ca |
children | 2e70121a6595 |
files | lib-src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Thu Jan 10 15:08:34 2008 +0000 +++ b/lib-src/ChangeLog Thu Jan 10 15:31:25 2008 +0000 @@ -1,3 +1,8 @@ +2008-01-10 Chong Yidong <cyd@stupidchicken.com> + + * pop.c (pop_stat, pop_last): Check validity of string-to-integer + conversion. Mistakes spotted by Nico Golde. + 2008-01-09 Glenn Morris <rgm@gnu.org> * emacsclient.c: Add missing final newlines to message calls.