diff options
| author | Dmitry Antipov | 2014-07-15 18:04:06 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-07-15 18:04:06 +0400 |
| commit | 6f50c78e70c41c36e56cac89728650d8a049bbeb (patch) | |
| tree | 23b5a19c7eda239eb2dd19191eee01c57d7b2c16 /src/ChangeLog | |
| parent | 60c6e448ebdde76452283c60c2fb0f8b7cfccbe8 (diff) | |
| download | emacs-6f50c78e70c41c36e56cac89728650d8a049bbeb.tar.gz emacs-6f50c78e70c41c36e56cac89728650d8a049bbeb.zip | |
* regex.c (re_search_2): Use ssize_t to avoid integer overflow.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a640b970b67..87dd0eacc04 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | Use record_unwind_protect_int and avoid consing. | 6 | Use record_unwind_protect_int and avoid consing. |
| 7 | (syms_of_xmenu) [USE_X_TOOLKIT]: Declare WIDGET_ID_TICK_START. | 7 | (syms_of_xmenu) [USE_X_TOOLKIT]: Declare WIDGET_ID_TICK_START. |
| 8 | 8 | ||
| 9 | * regex.c (re_search_2): Use ssize_t to avoid integer overflow. | ||
| 10 | |||
| 9 | 2014-07-14 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2014-07-14 Paul Eggert <eggert@cs.ucla.edu> |
| 10 | 12 | ||
| 11 | Use binary-io module, O_BINARY, and "b" flag (Bug#18006). | 13 | Use binary-io module, O_BINARY, and "b" flag (Bug#18006). |