diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-12-11 15:14:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-07 22:56:42 -0400 |
commit | 9dd115d6b59aaa7d2f444efb9d7992e472fbfb0f (patch) | |
tree | a348392d08ba971798ea3dbb6d78f35e9165521b /changes/bug10363 | |
parent | 092ac26ea28c17d13bd1d01cab9b3dec276c4dbc (diff) | |
download | tor-9dd115d6b59aaa7d2f444efb9d7992e472fbfb0f.tar tor-9dd115d6b59aaa7d2f444efb9d7992e472fbfb0f.tar.gz |
Another 10363 instance: this one in tor_memmem fallback code
Diffstat (limited to 'changes/bug10363')
-rw-r--r-- | changes/bug10363 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug10363 b/changes/bug10363 index cf5b7fdc8..a3c9905e3 100644 --- a/changes/bug10363 +++ b/changes/bug10363 @@ -3,4 +3,7 @@ that could, under unlucky circumstances, have led to a pointer overflow. Fixes bug #10363; bugfixes on 0.2.0.10-alpha and 0.2.3.6-alpha. Reported by "bobnomnom". + - Fix another possibly undefined pointer operations in tor_memmem + fallback implementation. Another case of bug #10363; bugfix on + 0.1.1.1-alpha. |