Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/nls
Clemens Ladisch 905c02acbd nls: utf8_wcstombs: fix buffer overflow
utf8_wcstombs forgot to include one-byte UTF-8 characters when
calculating the output buffer size, i.e., theoretically, it was possible
to overflow the output buffer with an input string that contains enough
ASCII characters.

In practice, this was no problem because the only user so far (VFAT)
always uses a big enough output buffer.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-15 21:44:43 -07:00
..
Kconfig menuconfig: transform NLS and DLM menus 2007-10-17 08:43:00 -07:00
Makefile
nls_ascii.c
nls_base.c nls: utf8_wcstombs: fix buffer overflow 2009-06-15 21:44:43 -07:00
nls_cp437.c
nls_cp737.c
nls_cp775.c
nls_cp850.c
nls_cp852.c
nls_cp855.c
nls_cp857.c
nls_cp860.c
nls_cp861.c
nls_cp862.c
nls_cp863.c
nls_cp864.c
nls_cp865.c
nls_cp866.c
nls_cp869.c
nls_cp874.c
nls_cp932.c
nls_cp936.c
nls_cp949.c
nls_cp950.c
nls_cp1250.c
nls_cp1251.c
nls_cp1255.c
nls_euc-jp.c
nls_iso8859-1.c
nls_iso8859-2.c
nls_iso8859-3.c
nls_iso8859-4.c
nls_iso8859-5.c
nls_iso8859-6.c
nls_iso8859-7.c
nls_iso8859-9.c
nls_iso8859-13.c
nls_iso8859-14.c
nls_iso8859-15.c
nls_koi8-r.c
nls_koi8-ru.c
nls_koi8-u.c
nls_utf8.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00