New commits:
commit 0286cdee62579058513e0611519596f95e8a9797
Author: Andrew Cagney <[email protected]>
Date:   Mon Apr 30 14:46:57 2018 -0400

    seccomp: add "lswseccomp.h"; print first error from seccomp_rule_add()
    
    The macro LSW_SECCOMP_ADD() (defined in "lswseccomp.h") logs the
    first error from seccomp_rule_add() and then exit immediately.
    
    The old code, which looked something like:
    
       rc |= seccomp_rule_add(...);
       rc |= seccomp_rule_add(...);
    
    was making all calls (that is "|=" and not "||=") then printing a
    generic error.

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to