comparison src/ChangeLog @ 5809:2f22818d92d4

#'x-store-cutbuffer-internal, correct order of type checks vs. member accesses src/ChangeLog addition: 2014-09-06 Aidan Kehoe <kehoea@parhasard.net> * select-x.c (Fx_store_cutbuffer_internal): Correct the order of XSTRING_{DATA,LENGTH} vs. CHECK_STRING, make sure the former is after the latter, avoiding crashes when passing in arguments of the wrong type, or when ERROR_CHECK_STRUCTURES is defined.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 06 Sep 2014 14:30:15 +0100
parents 8139bdf8db04
children be31f7878b0d
comparison
equal deleted inserted replaced
5808:1b984807a299 5809:2f22818d92d4
1 2014-09-06 Aidan Kehoe <kehoea@parhasard.net>
2
3 * select-x.c (Fx_store_cutbuffer_internal):
4 Correct the order of XSTRING_{DATA,LENGTH} vs. CHECK_STRING, make
5 sure the former is after the latter, avoiding crashes when passing
6 in arguments of the wrong type, or when ERROR_CHECK_STRUCTURES is
7 defined.
8
1 2014-08-03 Aidan Kehoe <kehoea@parhasard.net> 9 2014-08-03 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * event-stream.c (allocate_command_builder): 11 * event-stream.c (allocate_command_builder):
4 * event-stream.c (Fnext_event): 12 * event-stream.c (Fnext_event):
5 Use #'make-string rather than make_uninit_string() when allocating 13 Use #'make-string rather than make_uninit_string() when allocating