kientzle 2008-03-14 22:44:07 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c Log: Since "length" computes the length of a string and is used as an argument to malloc(3), it should be size_t, not int. Revision Changes Path 1.49 +1 -1 src/lib/libarchive/archive_entry.c