Skip to content
Commit 3abb6671 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov Committed by Russell King
Browse files

ARM: 7913/1: fix framepointer check in unwind_frame



This patch fixes corner case when (fp + 4) overflows unsigned long,
for example: fp = 0xFFFFFFFF -> fp + 4 == 3.

Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarKonstantin Khlebnikov <k.khlebnikov@samsung.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 1b15ec7a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment