diff options
author | 2014-08-25 16:46:53 +0300 | |
---|---|---|
committer | 2014-09-23 22:59:10 -0700 | |
commit | cfda2794b5afe7ce64ee9605c64bef0e56a48125 (patch) | |
tree | 6585c76203157fe7309a3939af94059d0b625cb0 /security/selinux/hooks.c | |
parent | mei: use connect_data on the stack (diff) | |
download | wireguard-linux-cfda2794b5afe7ce64ee9605c64bef0e56a48125.tar.xz wireguard-linux-cfda2794b5afe7ce64ee9605c64bef0e56a48125.zip |
mei: bus: fix possible boundaries violation
function 'strncpy' will fill whole buffer 'id.name' of fixed size (32)
with string value and will not leave place for NULL-terminator.
Possible buffer boundaries violation in following string operations.
Replace strncpy with strlcpy.
Cc: stable@vger.kernel.org # 3.10+
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions