commit | 231b95cfc0f21e630b858893d723bcd8a5ef1957 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Oct 09 15:09:29 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Oct 11 17:54:47 2017 -0700 |
tree | 9ce11b41587d7c88afffba18102aef0dfdcf187d | |
parent | cee72411e42275c0b9aad10803c64bdc4dff3f8e [diff] |
syscalls: add _SYSCALL_VERIFY_MSG() Expecting stringified expressions to be completely comprehensible to end users is wishful thinking; we really need to express what a failed system call verification step means in human terms in most cases. Memory buffer and kernel object checks now are implemented in terms of _SYSCALL_VERIFY_MSG. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>