aboutsummaryrefslogtreecommitdiff
path: root/changes/bug31734
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-09-30 23:12:54 +1000
committerteor <teor@torproject.org>2019-09-30 23:17:04 +1000
commitc23986246b970bd01d887fa151a5312a6dc7db04 (patch)
tree3d2373ba5090c4f4f3daf3cc189202e982f0d6f3 /changes/bug31734
parentde66bed604377db23cfa303b83e385ef59121a64 (diff)
downloadtor-c23986246b970bd01d887fa151a5312a6dc7db04.tar.gz
tor-c23986246b970bd01d887fa151a5312a6dc7db04.zip
err: Always lock the backtrace buffer before it is used
Fixes bug 31734; bugfix on 0.2.5.3-alpha.
Diffstat (limited to 'changes/bug31734')
-rw-r--r--changes/bug317343
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug31734 b/changes/bug31734
new file mode 100644
index 0000000000..ce989ea5db
--- /dev/null
+++ b/changes/bug31734
@@ -0,0 +1,3 @@
+ o Minor bugfixes (error handling):
+ - Always lock the backtrace buffer before it is used.
+ Fixes bug 31734; bugfix on 0.2.5.3-alpha.