summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-12-16 15:14:13 -0500
committerNick Mathewson <nickm@torproject.org>2019-12-16 15:14:13 -0500
commit1b619a627ca1ee11d1680dc56e90e9fc1af2ddb5 (patch)
tree39e9f8d2a560277f05e0a6c3845e28e44f11f160 /changes
parentffccf6fc55f691e01ccd3e756486415cbc7ffe8a (diff)
downloadtor-1b619a627ca1ee11d1680dc56e90e9fc1af2ddb5.tar.gz
tor-1b619a627ca1ee11d1680dc56e90e9fc1af2ddb5.zip
Use CHECK_PRINTF() for printf-like functions in util_bug.h
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket327654
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32765 b/changes/ticket32765
new file mode 100644
index 0000000000..a9663a5df3
--- /dev/null
+++ b/changes/ticket32765
@@ -0,0 +1,4 @@
+ o Minor bugfixes (correctness checks):
+ - Use GCC/Clang's printf-checking feature to make sure that
+ tor_assertf() arguments are correctly typed. Fixes bug 32765;
+ bugfix on 0.4.1.1-alpha.