summaryrefslogtreecommitdiff
path: root/changes/bug30309
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug30309')
-rw-r--r--changes/bug303093
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug30309 b/changes/bug30309
new file mode 100644
index 0000000000..6cbbe8d156
--- /dev/null
+++ b/changes/bug30309
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Rename tor_mem_is_zero() to fast_mem_is_zero(), to emphasize that
+ it is not a constant-time function. Closes ticket 30309.