commit | 179d520777dd9f023c37e913e1664dd5d225e568 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Mar 12 23:36:51 2019 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Mar 13 05:34:03 2019 -0500 |
tree | bdbcea281b9f80da8a5ee4e9e9efb536fe101455 | |
parent | 269935dca9e139d365631979fbecf6d080cba758 [diff] |
drivers: eth: native_posix: Null terminate interface name The interface name is IFNAMSIZ long so we must not copy it full which would overwrite the terminating null byte. Coverity-CID: 195770 Fixes #14419 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>