diff options
author | zeripath <art27@cantab.net> | 2021-02-18 01:32:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 02:32:14 +0100 |
commit | 7ab6c77b4120d96b3239f827da8b858f65c36863 (patch) | |
tree | 658af939da8845e75f422471bbbc2dd36455f4b3 /.npmrc | |
parent | ec06eb112c92d4c49248e69648df6f13e10dff18 (diff) | |
download | gitea-7ab6c77b4120d96b3239f827da8b858f65c36863.tar.gz gitea-7ab6c77b4120d96b3239f827da8b858f65c36863.zip |
Remove NULs byte arrays passed to PostProcess (#14587)
PostProcess is supposed to be parsing and handling HTML
fragments, but on fuzzing it appears that there is a weird
issue with NUL elements that could cause a memory address
error in downstream libraries.
The simplest solution is to strip out the weird NULs - they
should not be there in any case and would be stripped out
anyway.
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to '.npmrc')
0 files changed, 0 insertions, 0 deletions