mirror of
https://github.com/torvalds/linux.git
synced 2025-11-10 05:30:50 +02:00
In spu2_dump_omd() value of ptr is increased by ciph_key_len
instead of hash_iv_len which could lead to going beyond the
buffer boundaries.
Fix this bug by changing ciph_key_len to hash_iv_len.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Fixes:
|
||
|---|---|---|
| .. | ||
| cipher.c | ||
| cipher.h | ||
| Makefile | ||
| spu.c | ||
| spu.h | ||
| spu2.c | ||
| spu2.h | ||
| spum.h | ||
| util.c | ||
| util.h | ||