tor/changes
Nick Mathewson 8812f562a0 Fix a memory leak in --dump-config
When freeing a configuration object from confparse.c in
dump_config(), we need to call the appropriate higher-level free
function (like or_options_free()) and not just config_free().

This only happens with options (since they're the one where
options_validate allocates extra stuff) and only when running
--dump-config with something other than minimal (since
OPTIONS_DUMP_MINIMAL doesn't hit this code).

Fixes bug 27893; bugfix on 0.3.2.1-alpha.
2018-09-27 13:05:19 -04:00
..
.dummy Add a .dummy file in the changes directory to stop git from removing it 2015-05-11 11:41:48 -04:00
bug4700 Introduce per-service HiddenServiceExportCircuitID torrc option. 2018-09-15 16:31:22 +03:00
bug27316 protover: reject invalid protocol names 2018-09-14 02:18:04 +00:00
bug27675 Add changes file 2018-09-21 10:57:41 +03:00
bug27781 Fix the 0.3.4 part of bug 27781 (arm compilation) 2018-09-24 11:08:27 -04:00
bug27893 Fix a memory leak in --dump-config 2018-09-27 13:05:19 -04:00
doc27677 Mention that we require Python 2.7 or newer 2018-09-24 11:25:33 -04:00
doc27853 Fix reference to socks-extensions.txt in tor-resolve manpage 2018-09-25 12:39:27 +03:00
ticket26744 Split directory.c code into several modules 2018-09-21 12:57:22 -04:00
ticket26747 Changes file for #26747 2018-09-21 09:38:51 -04:00
ticket26913 Make CacheDirectoryGroupReadable an autobool. 2018-09-17 11:44:59 -04:00
ticket27550 fixup! hs-v3: Silence some logging for client authorization 2018-09-21 09:39:21 -04:00
ticket27774 hs-v3: Don't BUG() if the RP node_t is invalid client side 2018-09-21 08:44:12 -04:00
ticket27797 node: Make node_supports_v3_rendezvous_point() also check for the key 2018-09-20 08:50:27 -04:00
ticket27814 move protover_rust.c to core/or/ 2018-09-21 20:14:53 +00:00
ticket_27864 Changes file for splitting router.c 2018-09-25 18:54:17 -04:00