ip_stripoptions use memmove
ip_stripoptions is moving data long in the same buffer; that's undefined with memcpy, use memmove.
Buglink: https://bugs.launchpad.net/qemu/+bug/1878043 Signed-off-by: Dr. David Alan Gilbert dgilbert@redhat.com
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
ip_stripoptions is moving data long in the same buffer; that's undefined with memcpy, use memmove.
Buglink: https://bugs.launchpad.net/qemu/+bug/1878043 Signed-off-by: Dr. David Alan Gilbert dgilbert@redhat.com