Use __stack_chk_guard as the cookie on Android X86
Due to some bug in bionic pthread, we can't use %gs:0x14 to store stack protector cookie. We should put the stack cookie in __stack_chk_guard global variable instead.
Loading
Due to some bug in bionic pthread, we can't use %gs:0x14 to store stack protector cookie. We should put the stack cookie in __stack_chk_guard global variable instead.
mentioned in commit 7069b16e