Make sure that *really* no more than sizeof(ifr.ifr_name) chars are strcpy-ed...
Make sure that *really* no more than sizeof(ifr.ifr_name) chars are strcpy-ed to ifr.ifr_name and that the string is *always* NUL terminated. New code shouldn't use strcpy(), too. CID 719692
Showing
Please register or sign in to comment