commit | 45058fb2735dd5a81a6bd224e35bb34044a02ce5 | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Mon Oct 31 12:26:11 2016 -0700 |
committer | Rob Landley <rob@landley.net> | Wed Nov 02 09:16:18 2016 -0500 |
tree | d6dd07db7bcaefbb5b5feb9c0755182798050ba2 | |
parent | a583afc812cf7be74ebab72294c8df485908ff04 [diff] |
Fix control flow integrity check failure in ps. This fixes an indirect function call through a pointer of an incompatible type. See http://clang.llvm.org/docs/ControlFlowIntegrity.html for more details.