diff options
| author | Paul Eggert | 2011-09-27 09:31:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-09-27 09:31:12 -0700 |
| commit | 7b09a37a895ab2d428d1ab0786aa262ef82efba2 (patch) | |
| tree | 6c5c801a75e935804a4a25d524d83124d4de029b /src/ChangeLog | |
| parent | eee134655504adba0a868dc064078e814d6aa33a (diff) | |
| download | emacs-7b09a37a895ab2d428d1ab0786aa262ef82efba2.tar.gz emacs-7b09a37a895ab2d428d1ab0786aa262ef82efba2.zip | |
* coding.c (Ffind_operation_coding_system): Avoid subscript error.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7b09cb744a3..4f1edc95668 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -172,6 +172,7 @@ | |||
| 172 | Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. | 172 | Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. |
| 173 | (consume_chars): Rewrite to avoid calculating an address outside buffer. | 173 | (consume_chars): Rewrite to avoid calculating an address outside buffer. |
| 174 | (Ffind_operation_coding_system): NATNUMP can eval its arg twice. | 174 | (Ffind_operation_coding_system): NATNUMP can eval its arg twice. |
| 175 | Don't access memory outside of the args array. | ||
| 175 | (Fdefine_coding_system_internal): Check for charset-id overflow. | 176 | (Fdefine_coding_system_internal): Check for charset-id overflow. |
| 176 | (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned | 177 | (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned |
| 177 | result of ENCODE_CHAR. | 178 | result of ENCODE_CHAR. |