Signed-off-by: Masatake YAMATO <[email protected]>
---
 unwind.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unwind.c b/unwind.c
index 0f9f79d..c189af5 100644
--- a/unwind.c
+++ b/unwind.c
@@ -495,7 +495,7 @@ stacktrace_walk(struct tcb *tcp,
                                goto ret;
                        }
                        else if (ip < cur_mmap_cache->start_addr)
-                               upper = mid - 1;
+                               upper = mid;
                        else
                                lower = mid + 1;
 
-- 
1.8.5.3


------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to