From: Chong Yidong Date: Thu, 10 Jan 2008 15:31:25 +0000 (+0000) Subject: * pop.c (pop_stat, pop_last): Check validity of string-to-integer X-Git-Tag: emacs-pretest-23.0.90~8606 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6eae3ad4eeb2cee3276091c9ef88f1f5f1882ae6;p=emacs.git * pop.c (pop_stat, pop_last): Check validity of string-to-integer conversion. Mistakes spotted by Nico Golde. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 16cca0959b3..c7c6d3076cc 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2008-01-10 Chong Yidong + + * pop.c (pop_stat, pop_last): Check validity of string-to-integer + conversion. Mistakes spotted by Nico Golde. + 2008-01-09 Glenn Morris * emacsclient.c: Add missing final newlines to message calls.