diff options
| author | Paul Eggert | 2011-06-23 00:33:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-23 00:33:28 -0700 |
| commit | ff5844ad0bc84ea05e1f57827a040a31f54b8a9c (patch) | |
| tree | 3a3f031629dc86b70285d434b5e27a5ec9f64ff4 /src/ChangeLog | |
| parent | 90532f02fdde568772852dc53be37d36855ef391 (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2011-06-23 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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. |