freebsd-ports/security/clamav/files
Renato Botelho 7a52343a4c Fix a mmap() error scanning PDF files, as described on clamav's git repo commit
log:

off_t is 64-bit, size_t is still 32-bit and that causes unexpected integer
promotion here:
map_off = map->len - 2048

First the unsigned subtraction is performed, and then the unsigned (!) value
is sign-extended to 64-bit. Hence a negative value becomes positive, which is
wrong.

Reported by:	Franz Schwartau <franz@electromail.org>
Obtained from:	https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2300
2010-09-28 17:27:49 +00:00
..
clamav-clamd.in Begin the process of deprecating sysutils/rc_subr by 2010-03-27 00:15:24 +00:00
clamav-freshclam.in Begin the process of deprecating sysutils/rc_subr by 2010-03-27 00:15:24 +00:00
clamav-milter.in Begin the process of deprecating sysutils/rc_subr by 2010-03-27 00:15:24 +00:00
extra-patch-shared_output.c
patch-configure
patch-etc_Makefile.in
patch-libclamav__pdf.c Fix a mmap() error scanning PDF files, as described on clamav's git repo commit 2010-09-28 17:27:49 +00:00
pkg-deinstall.in
pkg-install.in