Fix an out of bounds write in purple_markup_linkify.
Review Request #781 — Created June 23, 2021 and submitted
This was found by Thomas Roth <code@stacksmashing.net>, Dominik Maier <mail@dmnk.co>, and Fabian Freyer <mail@fabianfreyer.de>.
Compiled and ran the
purple_markup_linkify_fuzzer
from the google oss-fuzz project to verify the fix.
Description | From | Last Updated |
---|---|---|
Bounds should be checked before the dereference. Can you add the braces too? |
QuLogic |
- Change Summary:
-
brackets and avoid an oob read..
- Commit:
-
2f3f7a682288d284f5089e0c
- Diff:
-
Revision 2 (+2 -1)