mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-22 03:53:43 +00:00
This patch fixes an underflow issue in the return value within the
exception path, specifically at .Llt8 when the remaining length is less
than 8 bytes.
Cc: stable@vger.kernel.org
Fixes:
|
||
|---|---|---|
| .. | ||
| clear_user.S | ||
| copy_user.S | ||
| csum.c | ||
| delay.c | ||
| dump_tlb.c | ||
| error-inject.c | ||
| Makefile | ||
| memcpy.S | ||
| memmove.S | ||
| memset.S | ||
| unaligned.S | ||