commit | 7c04242d6fcd486d16c7848fed599cbda658f6d7 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Apr 25 13:21:40 2014 -0700 |
committer | Christopher Ferris <cferris@google.com> | Fri Apr 25 19:52:15 2014 -0700 |
tree | ce4c5b516b7fc08716cc4af6f0890a2dfcc5749e | |
parent | cc03527798492c369019e50d1559e519f0c49bce [diff] |
Fix x86/x86_64 getcontext overflow problem. The x86 getcontext code was writing past the end of the context structure. Fixed this problem, and added a test to make sure that doesn't happen again. In addition, the x86_64 getcontext was doing the same. Bug: 14319200 Change-Id: Ia2e2e55fe5459d6c8f8257e787012546b77503c4