summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-03 11:34:36 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-03 11:34:36 -0400
commitfe8f7748202816a9b90e04db542e449145283a66 (patch)
tree978fd6aa21649485da78601728080a1fd3d74561 /changes
parent77e678c20daf8633ce1904dd1df28398d820f7c0 (diff)
parentd0525c38d607504aee4ab8451d4651c2668997c0 (diff)
downloadtor-fe8f7748202816a9b90e04db542e449145283a66.tar.gz
tor-fe8f7748202816a9b90e04db542e449145283a66.zip
Merge branch 'bug26522'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug265226
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug26522 b/changes/bug26522
new file mode 100644
index 0000000000..c6b30eed79
--- /dev/null
+++ b/changes/bug26522
@@ -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).