summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-08 03:04:22 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-08 03:04:22 -0800
commit703f9f9696fa27959d6a7f75e72446ced13fbcb1 (patch)
treeb204ff4100779066259ee336089efe51ae736564 /ChangeLog
parenta2423f718441993e2a6a010fb13e1b84298424a2 (diff)
downloadtxr-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52373bfd..67f44890 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,