Skip to content
Commit 87c3d9ea authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Fix OOB heap read in xsltExtModuleRegisterDynamic

xsltExtModuleRegisterDynamic would read a byte before the start of a
string under certain circumstances. I looks like this piece code was
supposed to strip characters from the end of the extension name, but
it didn't have any effect. Don't read beyond the beginning of the
string and actually strip unwanted characters.

Found with afl-fuzz and ASan.
parent 6cc3abbf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment