aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorWaldemar Zimpel <w.zimpel@dev.utilizer.de>2024-10-30 02:51:20 +0100
committerDavid Goulet <dgoulet@torproject.org>2024-10-31 08:37:37 -0400
commit4759350b9a020d735506479e2d51c76d38566017 (patch)
treeec981c6e51ee8f27495ca3b22253dba5fd3ed89c /changes
parent3abcb33545d66cc76893840decbcfd1159562d37 (diff)
downloadtor-4759350b9a020d735506479e2d51c76d38566017.tar.gz
tor-4759350b9a020d735506479e2d51c76d38566017.zip
Fix: Use FREE_AND_NULL() for releasing workqueue resources
See issue #40989
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket409894
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40989 b/changes/ticket40989
new file mode 100644
index 0000000000..26e4b030c6
--- /dev/null
+++ b/changes/ticket40989
@@ -0,0 +1,4 @@
+ o Minor bugfixes (memory):
+ - Fix a pointer free that wasn't set to NULL afterwards which could be
+ reused by calling back in the free all function. Fixes bug 40989; bugfix
+ on 0.4.8.13.