diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index adf9bb244b8..ac83d07cba5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -65,6 +65,9 @@ | |||
| 65 | * gtkutil.c (xg_check_special_colors, xg_set_geometry): | 65 | * gtkutil.c (xg_check_special_colors, xg_set_geometry): |
| 66 | Make sprintf buffers a bit bigger, to avoid potential buffer overrun. | 66 | Make sprintf buffers a bit bigger, to avoid potential buffer overrun. |
| 67 | 67 | ||
| 68 | * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA. | ||
| 69 | Use esprintf, not sprintf, in case result does not fit in int. | ||
| 70 | |||
| 68 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> | 71 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> |
| 69 | 72 | ||
| 70 | Integer and memory overflow issues (Bug#9196). | 73 | Integer and memory overflow issues (Bug#9196). |