about summary refs log tree commit diff
path: root/iconvdata/bug-iconv13.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix buffer overrun in EUC-KR conversion module (bz #24973)Andreas Schwab2020-12-211-0/+53
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.