diff options
| author | Chong Yidong | 2012-05-02 21:06:08 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-05-02 21:06:08 +0800 |
| commit | 687d464f5c60cfe135436dab3dc29620ea8d1f95 (patch) | |
| tree | cfb029be2384fa7d42125e4048c7b3768bc04951 /lib-src/ChangeLog | |
| parent | c635b6d5458afe1e86f044a407a0331ee75dc816 (diff) | |
| download | emacs-687d464f5c60cfe135436dab3dc29620ea8d1f95.tar.gz emacs-687d464f5c60cfe135436dab3dc29620ea8d1f95.zip | |
Backport Bug#11374 fix from trunk
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 8e07193ae0c..90fd722141b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | 2012-05-02 Jim Meyering <meyering@redhat.com> | 1 | 2012-05-02 Jim Meyering <jim@meyering.net> |
| 2 | |||
| 3 | * emacsclient.c (send_to_emacs): Avoid invalid strcpy upon partial | ||
| 4 | send (Bug#11374). | ||
| 2 | 5 | ||
| 3 | * lib-src/pop.c (pop_stat, pop_list, pop_multi_first, pop_last): | 6 | * lib-src/pop.c (pop_stat, pop_list, pop_multi_first, pop_last): |
| 4 | NUL-terminate the error buffer (Bug#11372). | 7 | NUL-terminate the error buffer (Bug#11372). |