aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-11-22 15:01:03 +0000
committerDavid Goulet <dgoulet@torproject.org>2023-11-22 15:01:03 +0000
commit0ea2e15d84c375a36b9f6a471b21ca6537f78fc3 (patch)
treef4d4695d940711b81bbd8a47017e918193fc413b /changes
parent45c1a36acb0c859d647014d2d41b8497ecebcc14 (diff)
parent0be627890cf43528cee90c0d216984279187922d (diff)
downloadtor-0ea2e15d84c375a36b9f6a471b21ca6537f78fc3.tar.gz
tor-0ea2e15d84c375a36b9f6a471b21ca6537f78fc3.zip
Merge branch 'did-sanity-memmem' into 'main'
add sanity check in tor_memmem Closes #40854 See merge request tpo/core/tor!785
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket408543
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40854 b/changes/ticket40854
new file mode 100644
index 0000000000..1a5850cca0
--- /dev/null
+++ b/changes/ticket40854
@@ -0,0 +1,3 @@
+ o Minor feature (defense in depth):
+ - verify needle is smaller than haystack before calling memmem.
+ Closes ticket 40854.