On Friday, January 27, 2017 3:10:44 PM CET Sven Eckelmann wrote:
The arpreq.arp_dev is a limited buffer (16 bytes). Avoid that more bytes from the interface name are copied into this buffer by switching from strcpy to strncpy.
Fixes: c7da798113a2 ("alfred: IPv4 multicast distribution support.") Signed-off-by: Sven Eckelmann sven@narfation.org
Committed in revision 26ef92b.
Thank you, Simon