[Bug libc/5043] iconv_open() should not crash on too long codepage arguments

pasky at suse dot cz sourceware-bugzilla@sourceware.org
Fri Sep 21 19:23:00 GMT 2007


------- Additional Comments From pasky at suse dot cz  2007-09-21 19:23 -------
But does it make sense to use that instead of simple size check? It avoids an
arbitrary limit, but all of these strings ought to be short (maybe the limit
should be 128 instead of 64, just to be safe) and the code in iconvopen() would
get much uglier with basically useless malloc() casing.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5043

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Glibc-bugs mailing list