1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-19 04:38:13 +00:00
Files
gitea/modules/charset/escape_test.go
zeripath fa9be55018 Fix panic in EscapeReader (#18820) (#18821)
Backport #18820

There is a potential panic due to a mistaken resetting of the length parameter when
multibyte characters go over a read boundary.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-02-19 23:34:32 +08:00

16 KiB