cvs commit: src/lib/libarchive archive_entry.c src/lib/libarchive/test test_entry.c

Tim Kientzle kientzle at FreeBSD.org
Fri Mar 14 16:19:47 PDT 2008


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


More information about the cvs-src mailing list