diff options
author | George Kadianakis <desnacked@riseup.net> | 2016-10-10 12:03:39 -0400 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2016-10-10 12:03:39 -0400 |
commit | e59f0d4cb964387c5c653d3943ae4ecb9cab55b9 (patch) | |
tree | ea77ddbe7b8160d752557316f963b7a3236b1368 /changes | |
parent | 684500519d5060fcbcc410a0e71d8d9a32fa8220 (diff) | |
download | tor-e59f0d4cb964387c5c653d3943ae4ecb9cab55b9.tar.gz tor-e59f0d4cb964387c5c653d3943ae4ecb9cab55b9.zip |
Fix non-triggerable heap corruption at do_getpass().
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19223 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19223 b/changes/bug19223 new file mode 100644 index 0000000000..e8ca6d4ec7 --- /dev/null +++ b/changes/bug19223 @@ -0,0 +1,4 @@ + o Minor bugfixes (getpass): + - Defensively fix a non-triggerable heap corruption at do_getpass() tow + protect ourselves from mistakes in the future. Fixes bug #19223; bugfix + on 0.2.7.3-rc. Bug found by Guido Vranken, patch by nherring.
\ No newline at end of file |