commit | 28969677754ab5bf627d79a9bc41a1a316879c4d | [log] [tgz] |
---|---|---|
author | Nick Kralevich via Selinux <selinux@tycho.nsa.gov> | Mon Sep 24 11:10:52 2018 -0700 |
committer | William Roberts <william.c.roberts@intel.com> | Tue Sep 25 08:05:41 2018 -0700 |
tree | c4986191484ec1e1586c2b6d49d9b97e334bb2c4 | |
parent | 0a71c5f3eb3dc785fee4d5d1e7df0bc5f79bb64a [diff] |
secilc: better error handling Fix a situation where the secilc command line tool could return success even though the compilation failed. $ secilc /dev/null -o /dev/null -f /dev/null Failure reading file: /dev/null $ echo $? 0 Signed-off-by: Nick Kralevich <nnk@google.com>