tor/src
Tobias Stoeckmann 670d0f9f5b Clear memory in smartlist_remove_keeporder.
The smartlist functions take great care to reset unused pointers inside
the smartlist memory to NULL.

The function smartlist_remove_keeporder does not clear memory in such
way when elements have been removed. Therefore call memset after the
for-loop that removes elements. If no element is removed, it is
effectively a no-op.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
2019-04-15 14:51:36 -04:00
..
app Merge branch 'maint-0.4.0' 2019-04-05 14:51:33 +03:00
config Merge remote-tracking branch 'tor-github/pr/741' 2019-04-11 14:27:06 -04:00
core Merge branch 'maint-0.4.0' 2019-04-10 18:27:11 +10:00
ext Merge branch 'maint-0.4.0' 2019-04-10 11:31:44 -04:00
feature Merge branch 'tor-github/pr/908' 2019-04-12 13:47:08 +03:00
lib Clear memory in smartlist_remove_keeporder. 2019-04-15 14:51:36 -04:00
rust Merge branch 'rust-panic1-035' into rust-panic1-040 2019-04-15 10:18:59 +10:00
test Add test to verify that unused pointers are NULL. 2019-04-15 14:46:26 -04:00
tools Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
trunnel hs: abolish hs_desc_link_specifier_dup() 2019-03-12 11:09:53 -04:00
win32 bump to 0.4.0.4-rc-dev 2019-04-11 17:05:38 -04:00
include.am pubsub: relationship checking functionality 2019-03-25 16:35:33 -04:00