Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57116
b: refs/heads/master
c: 5b10c8e
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed May 30, 2007
1 parent ef42472 commit 737adcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b91d8a1205faa76affc4e1b7d5ccac1d17026970
refs/heads/master: 5b10c8e436b69f25b6dcb5586bbdc5e39c20ed1d
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int walk_stackframe(unsigned long fp, unsigned long low, unsigned long high,
/*
* Check current frame pointer is within bounds
*/
if ((fp - 12) < low || fp + 4 >= high)
if (fp < (low + 12) || fp + 4 >= high)
break;

frame = (struct stackframe *)(fp - 12);
Expand Down

0 comments on commit 737adcf

Please sign in to comment.