commit | 3e1ed981b7a903ba81199d4d25b80c6bba705160 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Dec 13 22:30:15 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 13 14:54:44 2016 -0500 |
tree | 1ea2510d8302182ef99c1fd48ca3bdcdd90c2c2d | |
parent | a220871be66f99d8957c693cf22ec67ecbd9c23a [diff] |
netlink: revert broken, broken "2-clause nla_ok()" Commit 4f7df337fe79bba1e4c2d525525d63b5ba186bbd "netlink: 2-clause nla_ok()" is BROKEN. First clause tests if "->nla_len" could even be accessed at all, it can not possibly be omitted. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>