Celelibi
2014-Feb-01 16:31 UTC
[syslinux] [syslinux:syslinux-4.xx] acpi: Removing memset of buffer
2014-02-01, syslinux-bot for Erwan Velu <erwan at enovance.com>:> Removing this memset call will make things clearer but also will prevent > compilation warnings like : > > com32/gpllib/acpi/acpi.c:38:29: warning: argument to ?sizeof? in ?memset? > call is the same expression as the > destination; did you mean to provide an explicit length? > [-Wsizeof-pointer-memaccess] > memset(buffer, 0, sizeof(buffer));Talking about this: there are several of those warnings when compiling with gcc 4.8. They are potential bugs. Celelibi
Apparently Analagous Threads
- [PATCH 0/4] efi: Makefile improvement
- [PATCH 0/4] efi: Makefile improvement
- vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
- Weird ldlinux loading trouble
- [PATCH 1/1]: Ethersel must use the pci com32 module instead of builtin pci detection code