summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-09-25 16:35:02 +1000
committerteor <teor@torproject.org>2019-09-25 16:40:09 +1000
commitd30a042fa8348028e0bea6f3e46cba1ffbe5adcc (patch)
tree706db85bbdfb07452dddced9e5fd4c2bc26e24d1 /changes
parent1ad1e84b17267f04960b322effaf57ea8a9690c0 (diff)
downloadtor-d30a042fa8348028e0bea6f3e46cba1ffbe5adcc.tar.gz
tor-d30a042fa8348028e0bea6f3e46cba1ffbe5adcc.zip
test: Use SEVERITY_MASK_IDX() to find the LOG_* mask indexes
In the unit tests and fuzzers. Fixes bug 31334; bugfix on 0.2.5.2-alpha.
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.