CVSROOT: /cvs Module name: ports Changes by: [email protected] 2015/04/03 05:33:28
Modified files:
archivers/unace: Tag: OPENBSD_5_7 Makefile
archivers/unace/patches: Tag: OPENBSD_5_7 patch-uac_crt_c
patch-unace_c
Log message:
Security fix for
CVE-2015-2063: buffer overflow when reading bogus file headers
The header parser was not checking if it had read enough data when
trying to parse the header from memory, causing it to accept files
with headers smaller than expected.
>From Debian
