diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4613192187e..2677f03944f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,11 @@ | |||
| 2 | 2 | ||
| 3 | Integer and memory overflow issues (Bug#9196). | 3 | Integer and memory overflow issues (Bug#9196). |
| 4 | 4 | ||
| 5 | * doc.c (get_doc_string): Rework so that | ||
| 6 | get_doc_string_buffer_size is the actual buffer size, rather than | ||
| 7 | being 1 less than the actual buffer size; this makes xpalloc more | ||
| 8 | convenient. | ||
| 9 | |||
| 5 | * image.c (x_allocate_bitmap_record, cache_image): | 10 | * image.c (x_allocate_bitmap_record, cache_image): |
| 6 | * xselect.c (Fx_register_dnd_atom): | 11 | * xselect.c (Fx_register_dnd_atom): |
| 7 | Simplify previous changes by using xpalloc. | 12 | Simplify previous changes by using xpalloc. |