diff options
| author | Paul Eggert | 2011-06-14 15:41:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-14 15:41:38 -0700 |
| commit | de41a8106952ceb1d14dd25564fa5eba1ced9110 (patch) | |
| tree | 7c454e475f51f2129f7364e3d7303f3c2fdfed7c /src/ChangeLog | |
| parent | 6346d30171fa8047e292076a2407fedee64479da (diff) | |
| download | emacs-de41a8106952ceb1d14dd25564fa5eba1ced9110.tar.gz emacs-de41a8106952ceb1d14dd25564fa5eba1ced9110.zip | |
* fns.c (Fcopy_sequence): Don't assume vector length fits in int.
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 4326bad03fc..5cb9384f6fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | (Fsafe_length): Return a float if the value is not representable | 10 | (Fsafe_length): Return a float if the value is not representable |
| 11 | as a fixnum. This shouldn't happen except in contrived situations. | 11 | as a fixnum. This shouldn't happen except in contrived situations. |
| 12 | (Fnthcdr, Fsort): Don't assume list length fits in int. | 12 | (Fnthcdr, Fsort): Don't assume list length fits in int. |
| 13 | (Fcopy_sequence): Don't assume vector length fits in int. | ||
| 13 | 14 | ||
| 14 | * alloc.c: Check that resized vectors' lengths fit in fixnums. | 15 | * alloc.c: Check that resized vectors' lengths fit in fixnums. |
| 15 | (header_size, word_size): New constants. | 16 | (header_size, word_size): New constants. |