diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2007-05-09 03:04:39 (GMT) |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2007-05-09 03:04:39 (GMT) |
commit | 1605b8471d64c855bc2493abf3adf6a1ebc3e645 (patch) | |
tree | 9196656af011cb1b678b27fc76f47355134f3256 /Makefile | |
parent | f6259deacfd55607ae57cff422d3bc7694ea14e7 (diff) | |
download | linux-1605b8471d64c855bc2493abf3adf6a1ebc3e645.tar.xz |
[CRYPTO] cryptomgr: Fix use after free
By the time kthread_run returns the param may have already been freed
so writing the returned thread_struct pointer to param is wrong.
In fact, we don't need it in param anyway so this patch simply puts it
on the stack.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions