Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information