Date: Fri, 14 Mar 2008 23:19:46 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive archive_entry.c src/lib/libarchive/test test_entry.c Message-ID: <200803142319.m2ENJkdX045820@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2008-03-14 23:19:46 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c lib/libarchive/test test_entry.c Log: Don't lie. If a string can't be converted to a wide (Unicode) string, return a NULL instead of an incomplete string. Expand the test coverage to verify the correct behavior here. Revision Changes Path 1.51 +8 -1 src/lib/libarchive/archive_entry.c 1.5 +35 -0 src/lib/libarchive/test/test_entry.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803142319.m2ENJkdX045820>