mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-06 21:11:38 -05:00
memcpy() crashes because GCC sees 'struct cli_exe_section*' and assumes that section is aligned to at least 4 bytes. But it isn't, so change the parameter to just 'void*'. (Casting doesn't help, as GCC sees through it). Also fixes part 1 of bb #3789.
19 KiB
19 KiB