Date: Sat, 23 Jul 2005 16:52:57 +0000 (UTC) From: "R. Imura" <imura@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern iconv.c Message-ID: <200507231652.j6NGqvo9030522@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imura 2005-07-23 16:52:57 UTC FreeBSD src repository Modified files: sys/libkern iconv.c Log: Temporary restore a part of rev 1.6. We must not increase a capability of buffer size here, because codes which call these functions expect that dst and src are the same size. This will cause problem when someone convert a character whose length is different between charsets on smbfs which was changed to use xlat16 converter. Revision Changes Path 1.10 +2 -4 src/sys/libkern/iconv.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507231652.j6NGqvo9030522>