summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-03-30 10:20:48 -0400
committerNick Mathewson <nickm@torproject.org>2012-03-30 10:20:48 -0400
commitaffbcded5ca03d8e3ccc5debd3c23240e492c62a (patch)
treea07d5c0b0ff13beb219661430b9e97e4da6c3c70 /changes
parentab3197c0596de087f43c08bda500fcc36ba2ef20 (diff)
downloadtor-affbcded5ca03d8e3ccc5debd3c23240e492c62a.tar.gz
tor-affbcded5ca03d8e3ccc5debd3c23240e492c62a.zip
Fix a memory leak in an error case of SAFECOOKIE authentication.
Found by Coverity Scan; fix for CID 507; bugfix on 0.2.3.13-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/memleak_safecookie4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/memleak_safecookie b/changes/memleak_safecookie
new file mode 100644
index 0000000000..9773af5574
--- /dev/null
+++ b/changes/memleak_safecookie
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Fix a small memory leak when trying to decode incorrect base16
+ authenticator during SAFECOOKIE authentication. Found by
+ Coverity Scan. Fixes CID 507. Bugfix on 0.2.3.13-alpha.