diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-03-04 18:41:49 +0100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-03-04 18:41:49 +0100 |
commit | 2627299ef053ed40a73cb40e954e6b611d7e450b (patch) | |
tree | c80904d66423dfd41dceffdf9892f61c39856d22 /changes | |
parent | 9fc472e1a8a53a18dfbd5c9cde2f1c268c335e96 (diff) | |
download | tor-2627299ef053ed40a73cb40e954e6b611d7e450b.tar.gz tor-2627299ef053ed40a73cb40e954e6b611d7e450b.zip |
Avoid freeing an uninitialised pointer in get_interface_addresses_ioctl
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18454 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug18454 b/changes/bug18454 new file mode 100644 index 0000000000..c573dae417 --- /dev/null +++ b/changes/bug18454 @@ -0,0 +1,8 @@ + o Minor bugfixes (memory safety): + - Avoid freeing an uninitialised pointer when opening a socket fails + in get_interface_addresses_ioctl. + Fixes bug 18454; bugfix on 9f06ec0c in tor-0.2.3.11-alpha. + Reported by "toralf" and "cypherpunks", patch by "teor". + - Correctly duplicate addresses in get_interface_address6_list. + Fixes bug 18454; bugfix on 110765f5 in tor-0.2.8.1-alpha. + Reported by "toralf", patch by "cypherpunks". |