Merge branch 'bug26522'

This commit is contained in:
Nick Mathewson
2018-07-03 11:34:36 -04:00
2 changed files with 9 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor bugfixes (security):
- Refrain from potentially insecure usage of strncat() in
configure_backtrace_handler(). Use snprintf() instead.
Fixes bug 26522; bugfix on
a969ce464dc23db39725a891d60537f3d3e51b50 (not in any tor
release).