summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-06-14 13:05:03 -0400
committerNick Mathewson <nickm@torproject.org>2021-06-14 13:05:03 -0400
commit982829650c59d6807e8c720028c9d766d69cb57c (patch)
tree53f0f57582776f1b08aa97c367e2999e0a950624 /changes
parentec2094a76e74d2fcca96593058b6a422419b628e (diff)
parentd2256fe9cea6407258a53f68c64723aef19bd41c (diff)
downloadtor-982829650c59d6807e8c720028c9d766d69cb57c.tar.gz
tor-982829650c59d6807e8c720028c9d766d69cb57c.zip
Merge remote-tracking branch 'tor-gitlab/mr/397'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug404075
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40407 b/changes/bug40407
new file mode 100644
index 0000000000..068d278e14
--- /dev/null
+++ b/changes/bug40407
@@ -0,0 +1,5 @@
+ o Minor features (fuzzing):
+ - When building with --enable-libfuzzer, use a set of compiler flags
+ that works with more recent versions of the library. Previously
+ we were using a set of flags from 2017.
+ Closes ticket 40407.