From d31850da41f8dba08684acd2e8addd7127089404 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 18 Aug 2011 01:37:41 -0700 Subject: * doc.c (get_doc_string): Rework so that get_doc_string_buffer_size is the actual buffer size, rather than being 1 less than the actual buffer size; this makes xpalloc more convenient. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 4613192187e..2677f03944f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,11 @@ Integer and memory overflow issues (Bug#9196). + * doc.c (get_doc_string): Rework so that + get_doc_string_buffer_size is the actual buffer size, rather than + being 1 less than the actual buffer size; this makes xpalloc more + convenient. + * image.c (x_allocate_bitmap_record, cache_image): * xselect.c (Fx_register_dnd_atom): Simplify previous changes by using xpalloc. -- cgit v1.3