aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-23 00:33:28 -0700
committerPaul Eggert2011-06-23 00:33:28 -0700
commitff5844ad0bc84ea05e1f57827a040a31f54b8a9c (patch)
tree3a3f031629dc86b70285d434b5e27a5ec9f64ff4 /src/ChangeLog
parent90532f02fdde568772852dc53be37d36855ef391 (diff)
downloademacs-ff5844ad0bc84ea05e1f57827a040a31f54b8a9c.tar.gz
emacs-ff5844ad0bc84ea05e1f57827a040a31f54b8a9c.zip
* print.c (printchar, strout): Check for string overflow.
(PRINTPREPARE, printchar, strout): Don't set size unless allocation succeeds.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1be34fdbfe2..7948766690f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-06-23 Paul Eggert <eggert@cs.ucla.edu> 12011-06-23 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * print.c (printchar, strout): Check for string overflow.
4 (PRINTPREPARE, printchar, strout):
5 Don't set size unless allocation succeeds.
6
3 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int, 7 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
4 for sizes. Check for string overflow more accurately. 8 for sizes. Check for string overflow more accurately.
5 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning. 9 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.