CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/07/21 05:11:41
Modified files: sys/crypto : crypto.c sys/netinet : ipsec_output.c Log message: Propagate errors from crypto_invoke() and count them in IPsec. They should not happen, but always check error conditions. tq is never NULL, remove the check. tdb->tdb_odrops++ is not MP safe, but will be addressed separately in ipsec_output_cb(). OK mvs@