[Swan-commit] Changes to ref refs/heads/main

D. Hugh Redelmeier hugh at vault.libreswan.fi
Wed Jun 16 16:14:20 UTC 2021


New commits:
commit a8fe696f67534be498e730c45f5337edc153ec1a
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Wed Jun 16 12:07:33 2021 -0400

    pluto: ikev2_ts.c: convert large const by-value parameters to by-ref
    
    Coverity complains about pointlessly copying large (1k) parameters.
    It's right.  Thank "const" for making this transformation evident.
    
    Wishful thinking: a compiler ought to be able to do this transformation.



More information about the Swan-commit mailing list