summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-09-30 13:47:06 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2019-09-30 13:47:06 +0300
commitfc760c5088394741ac8c83706be6b737aef79beb (patch)
treefaaf0a7faf92b83c30de6e83ac5d8cb36a0ffb4b /changes
parent4673cb8168cbacd817c38c3f1ca5c9e88d10b053 (diff)
parentd30a042fa8348028e0bea6f3e46cba1ffbe5adcc (diff)
downloadtor-fc760c5088394741ac8c83706be6b737aef79beb.tar.gz
tor-fc760c5088394741ac8c83706be6b737aef79beb.zip
Merge branch 'tor-github/pr/1356'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug313344
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug31334 b/changes/bug31334
new file mode 100644
index 0000000000..dfc9cc530e
--- /dev/null
+++ b/changes/bug31334
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Use SEVERITY_MASK_IDX() to find the LOG_* mask indexes in the unit
+ tests and fuzzers, rather than using hard-coded values.
+ Closes ticket 31334.