commit | a73d4e1490913b76b292f91553b7ba08a65caa3f | [log] [tgz] |
---|---|---|
author | Alexander Aring <aring@mojatatu.com> | Thu Nov 29 17:41:54 2018 -0500 |
committer | Stefan Schmidt <stefan@datenfreihafen.org> | Sun Dec 02 11:08:46 2018 +0100 |
tree | 525b9816d5c0af67941cbc0be7e381f4819b3537 | |
parent | 35b827b6d06199841a83839e8bb69c0cd13a28be [diff] |
ieee802154: hwsim: fix off-by-one in parse nested This patch fixes a off-by-one mistake in nla_parse_nested() functions of mac802154_hwsim driver. I had to enabled stack protector so I was able to reproduce it. Reference: https://github.com/linux-wpan/wpan-tools/issues/17 Signed-off-by: Alexander Aring <aring@mojatatu.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>