On my Fedora 9 machine the sockaddr.sa_data field is 14 chars and the IF_NAMESIZE=16 which results in a strncpy writing past the end of it's array.
A patch to correct this is attached.
patch to correct string bug
Log in to post a comment.
patch to correct string bug