mirror of https://github.com/torvalds/linux.git
Pointer alg points to sub field of tmpl, it
is dereferenced after tmpl is freed. Fix
this by accessing alg before free tmpl.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| aead.c | ||
| aead.h | ||
| cipher.h | ||
| common.c | ||
| common.h | ||
| core.c | ||
| core.h | ||
| dma.c | ||
| dma.h | ||
| regs-v5.h | ||
| sha.c | ||
| sha.h | ||
| skcipher.c | ||