diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2008-01-10 15:24:58 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2008-01-10 15:24:58 +0000 |
| commit | 8bbd01a23bddaec425fba5a2395df611969771b2 (patch) | |
| tree | 2342634af7ec1e7c33e6fbc89e386777243709f3 /lib-src | |
| parent | 146b3daf07f58412b21d44b95e43d48c9719c78b (diff) | |
| download | emacs-8bbd01a23bddaec425fba5a2395df611969771b2.tar.gz | |
* pop.c (pop_stat, pop_last): Check validity of string-to-integer
conversion. Mistakes spotted by Nico Golde.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6a6887f6d96..2bb60522966 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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-04 Glenn Morris <rgm@gnu.org> * ebrowse.c (version): Just use current year for short copyright; |
