mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 05:34:00 +08:00
f87391558a
When nbytes < 4, end is wronlgy set to a negative value which, due to
uint, is then interpreted to a large value leading to a deadlock in the
following code.
This patch fix this problem.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
sun4i-ss-cipher.c | ||
sun4i-ss-core.c | ||
sun4i-ss-hash.c | ||
sun4i-ss-prng.c | ||
sun4i-ss.h |