add changes file for sanity check on memmem

This commit is contained in:
trinity-1686a 2023-11-21 00:22:51 +01:00
parent f2ddfdd50e
commit 0be627890c

3
changes/ticket40854 Normal file
View File

@ -0,0 +1,3 @@
o Minor feature (defense in depth):
- verify needle is smaller than haystack before calling memmem.
Closes ticket 40854.