]> asedeno.scripts.mit.edu Git - linux.git/commit
apparmor: Fix an error code in verify_table_headers()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 19 Mar 2018 09:12:31 +0000 (12:12 +0300)
committerJohn Johansen <john.johansen@canonical.com>
Sat, 24 Mar 2018 00:28:38 +0000 (17:28 -0700)
commitd53c9f4d212c25b09670a71e2a993071d1e637a2
tree187fbebda854a6541eb3f72bd316838779dc8a96
parenta61ecd329cfa951b7d36c13e9e2a07e7761c0e89
apparmor: Fix an error code in verify_table_headers()

We accidentally return a positive EPROTO instead of a negative -EPROTO.
Since 71 is not an error pointer, that means it eventually results in an
Oops in the caller.

Fixes: d901d6a298dc ("apparmor: dfa split verification of table headers")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/match.c