diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1f288a48f2f..b005b461ed4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2011-07-29 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-29 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xterm.c: Integer and memory overflow issues. | ||
| 4 | (x_color_cells, handle_one_xevent, x_term_init): | ||
| 5 | Check for size calculation overflow. | ||
| 6 | (x_color_cells): Don't store size until memory allocation succeeds. | ||
| 7 | (handle_one_xevent): Use ptrdiff_t, not int, for byte counts. | ||
| 8 | (x_term_init): Don't assume length fits in int (sprintf is limited | ||
| 9 | to int size). | ||
| 10 | |||
| 3 | * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow. | 11 | * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow. |
| 4 | 12 | ||
| 5 | * xselect.c: Integer and memory overflow issues. | 13 | * xselect.c: Integer and memory overflow issues. |