]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add a check to archive_read_filter_consume to reject any
authorTim Kientzle <kientzle@acm.org>
Sat, 31 Jan 2015 07:57:03 +0000 (23:57 -0800)
committerTim Kientzle <kientzle@acm.org>
Sun, 1 Feb 2015 22:14:03 +0000 (14:14 -0800)
commite6c9668f3202215ddb71617b41c19b6f05acf008
treee3011145113c176596254807dcc4ffdf9faa0812
parent3865cf2bcb0eebc1baef28a7841b1cadae6e0f7c
Add a check to archive_read_filter_consume to reject any
attempts to move the file pointer by a negative amount.

Note:  Either this or commit 3865cf2 provides a fix for
Issue 394.
libarchive/archive_read.c