mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
Previously, the program size was incorrectly truncated to 8 bits, resulting in broken labels in large programs. Also changes the jump resolution loop to not rely on undefined behavior (making a pointer point before the filter array). Signed-off-by: Ricky Zhou <[email protected]> Signed-off-by: Kees Cook <[email protected]>