diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-03 15:15:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-03 15:15:27 -0500 |
commit | e09ab69703967716b2765e062ca229e641dba53e (patch) | |
tree | 37ca7884193571a6204a3f40981b2cdcdaa6f726 /changes | |
parent | 5c09431cc7c3843a26b2fcc8e52f56f3bba8abb6 (diff) | |
download | tor-e09ab69703967716b2765e062ca229e641dba53e.tar.gz tor-e09ab69703967716b2765e062ca229e641dba53e.zip |
Check size against SIZE_T_CEILING in realloc too.
Fixes bug 2324.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2324 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug2324 b/changes/bug2324 new file mode 100644 index 0000000000..eefc8370ef --- /dev/null +++ b/changes/bug2324 @@ -0,0 +1,4 @@ + o Minor bugfixes + - Add a check for SIZE_T_MAX to tor_realloc to try to avoid + underflow errors there too. Fixes bug 2324. + |