cperciva 2007-05-21 04:45:24 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read_support_format_tar.c
Log:
Don't test for NULL when it is both unnecessary (the pointer is checked
against NULL when it is first allocated) and pointless (we've already
dereferenced the pointer several times).
Found by: Coverity Prevent(tm)
CID: 3204
Revision Changes Path
1.55 +1 -1 src/lib/libarchive/archive_read_support_format_tar.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"