diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-08 03:04:22 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-08 03:04:22 -0800 |
commit | 703f9f9696fa27959d6a7f75e72446ced13fbcb1 (patch) | |
tree | b204ff4100779066259ee336089efe51ae736564 /ChangeLog | |
parent | a2423f718441993e2a6a010fb13e1b84298424a2 (diff) | |
download | txr-703f9f9696fa27959d6a7f75e72446ced13fbcb1.tar.gz txr-703f9f9696fa27959d6a7f75e72446ced13fbcb1.tar.bz2 txr-703f9f9696fa27959d6a7f75e72446ced13fbcb1.zip |
* lib.c (vector, vec_set_length, cat_vec): When the vector size
overflows the size_t type that is passed to malloc, throw an exception.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-02-08 Kaz Kylheku <kaz@kylheku.com> + + * lib.c (vector, vec_set_length, cat_vec): When the vector size + overflows the size_t type that is passed to malloc, throw an exception. + 2014-02-07 Kaz Kylheku <kaz@kylheku.com> * eval.c (nperm_while_fun, nperm_gen_fun, nperm_list, |