glibc/iconvdata
Andreas Schwab 0d9793e82a Fix buffer overrun in EUC-KR conversion module (bz #24973)
The byte 0xfe as input to the EUC-KR conversion denotes a user-defined
area and is not allowed.  The from_euc_kr function used to skip two bytes
when told to skip over the unknown designation, potentially running over
the buffer end.

(cherry picked from commit ee7a3144c9922808181009b7b3e50e852fb4999b)
2021-01-06 11:03:44 +05:30
..
2019-02-27 13:55:45 +00:00