CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/01/13 02:55:45
Modified files:
archivers/unzip: Makefile
Added files:
archivers/unzip/patches: patch-explode_c patch-inflate_c
Log message:
overlapped memcpy() happens in #ifndef NOMEMCPY section
(explode.c, inflate.c) and it causes SIGABRT.
replace with memmove() to fix.
ok tb@
