diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-13 15:51:55 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-27 10:01:27 -0500 |
commit | ee5471f9aab55269c8c480f1f90dfeb08803ac15 (patch) | |
tree | fca9e6d25886d8395e86ebb108551e6e5b183e9b /changes/bug21369_check | |
parent | 67cec7578cab40ce43b54d4dfc1370894b91d28f (diff) | |
download | tor-ee5471f9aab55269c8c480f1f90dfeb08803ac15.tar.gz tor-ee5471f9aab55269c8c480f1f90dfeb08803ac15.zip |
Try to check for (and prevent) buffer size INT_MAX overflow better.
Possible fix or diagnostic for 21369.
Diffstat (limited to 'changes/bug21369_check')
-rw-r--r-- | changes/bug21369_check | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug21369_check b/changes/bug21369_check new file mode 100644 index 0000000000..2cd808c9b6 --- /dev/null +++ b/changes/bug21369_check @@ -0,0 +1,3 @@ + o Minor features (reliability, crash): + - Try better to detect problems in buffers where they might grow (or + think they have grown) over 2 GB in size. Diagnostic for bug 21369. |