diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-27 11:25:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-27 11:25:46 -0500 |
commit | b6a9be0415587b161e59702a56cbfa42d1ac31c8 (patch) | |
tree | aa20868d7f2108530da021352a530def19139e5f /changes | |
parent | 90283f0db39349807614b6a7ed510084e3bb8527 (diff) | |
parent | c51919b0da2afe73780508e5593ebf9052e177cc (diff) | |
download | tor-b6a9be0415587b161e59702a56cbfa42d1ac31c8.tar.gz tor-b6a9be0415587b161e59702a56cbfa42d1ac31c8.zip |
Merge branch 'maint-0.3.0'
Diffstat (limited to 'changes')
-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. |