From affbcded5ca03d8e3ccc5debd3c23240e492c62a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 30 Mar 2012 10:20:48 -0400 Subject: 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. --- changes/memleak_safecookie | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/memleak_safecookie (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf