New commits:
commit 15e9dafd56e9ddcd01ab44dd630e206825ecfa79
Author: Andrew Cagney <[email protected]>
Date:   Thu Dec 31 20:21:48 2020 -0500

    crypto: in v2_auth_signature() drop hint to coverity that hash_to_sign.len 
<= hash_to_size
    
    Coverity ID 1491622.

commit 04803c2f4a35029060d9ed5c3b1972480c5bfdf5
Author: Andrew Cagney <[email protected]>
Date:   Thu Dec 31 20:05:16 2020 -0500

    crypto: in ikev2_calculate_rsa_hash(), tighten a bound passert
    
    Coverity ID 1491592.
    
    The passert(hash.len < sizeof(array)) is misconstrued to imply that
    hash.len==sizeof(array)-1 when it is <=sizeof(hash's data).

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

Reply via email to