diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-12-17 13:12:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-12-17 13:12:52 -0500 |
commit | 46b3b6208de3e5a5b87b4a33387d18343bc3c851 (patch) | |
tree | e74fea724223313ef6a457a603c6eb52b14b8068 /changes/bug10423 | |
parent | 59f50c80d443a7e148f85cfed493e3e703cc4386 (diff) | |
download | tor-46b3b6208de3e5a5b87b4a33387d18343bc3c851.tar.gz tor-46b3b6208de3e5a5b87b4a33387d18343bc3c851.zip |
Avoid double-free on failure to dump_descriptor() a cached md
This is a fix for 10423, which was introducd in caa0d15c in 0.2.4.13-alpha.
Spotted by bobnomnom.
Diffstat (limited to 'changes/bug10423')
-rw-r--r-- | changes/bug10423 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10423 b/changes/bug10423 new file mode 100644 index 0000000000..493b7b15e3 --- /dev/null +++ b/changes/bug10423 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - If we fail to dump a previously cached microdescriptor to disk, avoid + freeing duplicate data later on. Fix for bug 10423; bugfix on + 0.2.4.13-alpha. Spotted by "bobnomnom". |