diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-01 16:46:29 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-01 16:46:29 -0500 |
commit | deea08c13f9d6a3dc8eca612ddf09436da1af4f8 (patch) | |
tree | aa8eabda9c7ff5a3504b4d67bf265e599df8a281 /changes/bug18089 | |
parent | 8ea48a59195b68c95261d2df3cdfacf12a6418d6 (diff) | |
download | tor-deea08c13f9d6a3dc8eca612ddf09436da1af4f8.tar.gz tor-deea08c13f9d6a3dc8eca612ddf09436da1af4f8.zip |
Fix all the warnings from lintChanges.py
Diffstat (limited to 'changes/bug18089')
-rw-r--r-- | changes/bug18089 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/changes/bug18089 b/changes/bug18089 index c1fb342f77..b1ebd45545 100644 --- a/changes/bug18089 +++ b/changes/bug18089 @@ -1,6 +1,5 @@ - o Minor fixes (security): + o Minor bugfixes (security): - Make memwipe() do nothing when passed a NULL pointer or zero size. Check size argument to memwipe() for underflow. - Closes bug #18089. Reported by "gk", patch by "teor". - Bugfix on 0.2.3.25 and 0.2.4.6-alpha (#7352), - commit 49dd5ef3 on 7 Nov 2012. + Fixes bug 18089; bugfix on 0.2.3.25 and 0.2.4.6-alpha. + Reported by "gk", patch by "teor". |