Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5187:b51c2079ec8e
Be much more careful about resizing a string argument, #'fill
2010-04-03 Aidan Kehoe <kehoea@parhasard.net>
* fns.c (Ffill):
Be much more careful about resizing a string argument, update
pointers to within the string data that may have been relocated
with the string resize. Fixes a test hang reported by Vin Shelton;
thanks, Vin.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 03 Apr 2010 15:27:32 +0100 |
parents | 039d9a7f2e6d |
children | 1c1d8843de5e |
comparison
equal
deleted
inserted
replaced
5186:b36d089cbed5 | 5187:b51c2079ec8e |
---|---|
1 2010-04-03 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * fns.c (Ffill): | |
4 Be much more careful about resizing a string argument, update | |
5 pointers to within the string data that may have been relocated | |
6 with the string resize. Fixes a test hang reported by Vin Shelton; | |
7 thanks, Vin. | |
8 | |
1 2010-04-02 Aidan Kehoe <kehoea@parhasard.net> | 9 2010-04-02 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * fns.c (FsortX, Ffill): | 11 * fns.c (FsortX, Ffill): |
4 Don't try to be clever with the ascii_begin string header slot in | 12 Don't try to be clever with the ascii_begin string header slot in |
5 these function, just call init_string_ascii_begin(). | 13 these function, just call init_string_ascii_begin(). |