commit | dd00364807020a244aa8be4f3481f7ec0fefcc79 | [log] [tgz] |
---|---|---|
author | Chris Dearman <chris.dearman@imgtec.com> | Sat Jan 04 12:57:39 2014 +0000 |
committer | Chris Dearman <chris.dearman@imgtec.com> | Sat Jan 04 13:14:35 2014 +0000 |
tree | 5fce5f43c4b6aac8a5a0bb64ec1d01c06c308c5d | |
parent | c1c3f7d4468f02adbf8ced689d738386e42af773 [diff] |
Pass a valid stack pointer to __bionic_clone in pthread.__bionic_clone __bionic_clone modifies the child stack before cloning so the stack pointer should be valid. The test is expecting an EINVAL error to be generated from the incorrect flags: CLONE_THREAD set without CLONE_SIGHAND. Change-Id: Ic02192081f6f52df6f03d9810efa82d923247a11