1
1
mirror of https://github.com/go-gitea/gitea synced 2025-10-31 19:38:23 +00:00
Files
gitea/modules/charset/escape.go
zeripath 4b3ebda0e7 Fix panic in EscapeReader (#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 15:25:31 +00:00

6.1 KiB