gitea/modules/charset
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
..
charset.go Read expected buffer size (#17409) 2021-10-24 22:12:43 +01:00
charset_test.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
escape.go Fix panic in EscapeReader (#18820) (#18821) 2022-02-19 23:34:32 +08:00
escape_test.go Fix panic in EscapeReader (#18820) (#18821) 2022-02-19 23:34:32 +08:00