diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-03 00:45:40 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-03 00:45:40 -0800 |
commit | 1afa286557a53dec4c12a0d018600588bbd7786a (patch) | |
tree | 5322838875b5e84490afb7cf3c297f70154ee07c /ChangeLog | |
parent | 7c42721b3f5d9e96c26f2fa853e7e1c477247664 (diff) | |
download | txr-1afa286557a53dec4c12a0d018600588bbd7786a.tar.gz txr-1afa286557a53dec4c12a0d018600588bbd7786a.tar.bz2 txr-1afa286557a53dec4c12a0d018600588bbd7786a.zip |
* lib.c (split_str, split_str_set): Bugfix: access beyond the end of
the input string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2011-12-03 Kaz Kylheku <kaz@kylheku.com> + * lib.c (split_str, split_str_set): Bugfix: access beyond the end of + the input string. + +2011-12-03 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): String and character functions exposed as intrinsics. |