err: Always lock the backtrace buffer before it is used

Fixes bug 31734; bugfix on 0.2.5.3-alpha.
This commit is contained in:
teor
2019-09-30 23:12:54 +10:00
parent de66bed604
commit c23986246b
2 changed files with 45 additions and 5 deletions
+3
View File
@@ -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.