commit | a293170a2cc65718cdbb37c7976e76fc9e7a8533 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Sep 17 14:19:54 2020 -0700 |
committer | Christopher Ferris <cferris@google.com> | Thu Sep 17 14:19:54 2020 -0700 |
tree | b8d9ba67cfbc02f3e8bf5e63bad2a999cc62e366 | |
parent | 0407302aa8b38fa806e2fa718130fed85f80339e [diff] |
Fix x86_64 check for signal handler. The check for a signal handler was checking for the instruction after the syscall. On cuttlefish 64 bit, the instruction was not a nop, so the check failed, and the signal handler was not working. Only check the instructions up to the syscall instead. Bug: 168806886 Test: Ran on x86_64. Change-Id: I605ed22248748f525939e55d734caa5b08c80bb2