mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-06 04:51:39 -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.
8.3 KiB
8.3 KiB