commit | 87ea58433208d17295e200d56be5e2a4fe4ce7d6 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue Jul 17 10:36:04 2018 -0700 |
committer | James Morris <james.morris@microsoft.com> | Tue Jul 17 21:27:06 2018 -0700 |
tree | 923d0e0a46960ca912f279e6c16bf758c6217d86 | |
parent | 83a68a06795fa47e77ea758f293a5946e9e02e84 [diff] |
security: check for kstrdup() failure in lsm_append() lsm_append() should return -ENOMEM if memory allocation failed. Fixes: d69dece5f5b6 ("LSM: Add /sys/kernel/security/lsm") Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: James Morris <james.morris@microsoft.com>