Update vendor/libarchive to git f2230fcaed3159d10caed63d9a20caa9fdc94c62
Vendor fixes: #909: Fix use after free in cpio test_option_lz4 Reported by: Coverity (ngie@)
This commit is contained in:
parent
87a07d9d6c
commit
218287e0e4
@ -74,8 +74,8 @@ DEFINE_TEST(test_option_lz4)
|
||||
free(p);
|
||||
return;
|
||||
}
|
||||
free(p);
|
||||
failure("--lz4 option is broken: %s", p);
|
||||
free(p);
|
||||
assertEqualInt(r, 0);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user