diff options
author | 2017-06-14 13:35:37 +0300 | |
---|---|---|
committer | 2017-06-14 12:40:49 +0200 | |
commit | e747f64336fc15e1c823344942923195b800aa1e (patch) | |
tree | ba3856066d9146c5173a77e130619f301520b75b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xfrm: Oops on error in pfkey_msg2xfrm_state() (diff) | |
download | linux-rng-e747f64336fc15e1c823344942923195b800aa1e.tar.xz linux-rng-e747f64336fc15e1c823344942923195b800aa1e.zip |
xfrm: NULL dereference on allocation failure
The default error code in pfkey_msg2xfrm_state() is -ENOBUFS. We
added a new call to security_xfrm_state_alloc() which sets "err" to zero
so there several places where we can return ERR_PTR(0) if kmalloc()
fails. The caller is expecting error pointers so it leads to a NULL
dereference.
Fixes: df71837d5024 ("[LSM-IPSec]: Security association restriction.")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions