commit | 15b6885fe0ac67a23bbf80f90b1854c3bd7db984 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Mon Sep 10 01:25:50 2012 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Mon Sep 10 01:25:50 2012 +0200 |
tree | 00f0e607a7680452adc87aec2b3ad3e2bee4a939 | |
parent | 1b3f3b03164fb4b273dd710899adf11b47480231 [diff] |
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