summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-04-24 09:45:32 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-04-24 09:45:32 -0400
commit5bcf87c224978970256af56a16d0ac676ac24a25 (patch)
tree6349d3bd4b31105a3b050a7d6054601ee30dbe80 /changes
parent4b599aaae4fc33460553306a8bba41d777558420 (diff)
parent82a3161c41e2c8d8d800a8c645a93b81bd8b2278 (diff)
downloadtor-5bcf87c224978970256af56a16d0ac676ac24a25.tar.gz
tor-5bcf87c224978970256af56a16d0ac676ac24a25.zip
Merge branch 'tor-github/pr/955'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket301764
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket30176 b/changes/ticket30176
new file mode 100644
index 0000000000..da23760ce5
--- /dev/null
+++ b/changes/ticket30176
@@ -0,0 +1,4 @@
+ o Minor features (defense in depth):
+ - In smartlist_remove_keeporder(), set any pointers that become
+ unused to NULL, in case a bug causes them to be used later. Closes
+ ticket 30176. Patch from Tobias Stoeckmann.