Skip to content

ip_stripoptions use memmove

Dr. David Alan Gilbert requested to merge dgilbert/libslirp:lp1878043 into master

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

Merge request reports