comparison src/ChangeLog @ 5606:7c383c5784ed

Zero-terminate when passing strings to parse_integer(), lread.c src/ChangeLog addition: 2011-12-03 Aidan Kehoe <kehoea@parhasard.net> * lread.c (read1): Zero-terminate what we're giving to parse_integer(), it needs it if it's calling bignum_set_string().
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 03 Dec 2011 15:55:14 +0000
parents cc7f8a0e569a
children 1a507c4c6c42
comparison
equal deleted inserted replaced
5605:cc7f8a0e569a 5606:7c383c5784ed
1 2011-12-03 Aidan Kehoe <kehoea@parhasard.net>
2
3 * lread.c (read1):
4 Zero-terminate what we're giving to parse_integer(), it needs it
5 if it's calling bignum_set_string().
6
1 2011-12-03 Aidan Kehoe <kehoea@parhasard.net> 7 2011-12-03 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * lread.c (read1): 9 * lread.c (read1):
4 Don't wrap when reading expressions that use bignums as object 10 Don't wrap when reading expressions that use bignums as object
5 labels, that can lead to ambiguity and it's not actually that hard 11 labels, that can lead to ambiguity and it's not actually that hard