New commits:
commit 8fd32fe33244439f0f653b0804b3f7f265c9b5e9
Author: Andrew Cagney <[email protected]>
Date:   Wed Jul 24 19:16:17 2024 -0400

    logging: eliminate remaining uses of llog_diag()
    
    instead use the slightly longer but much clearer:
       if (d != NULL) {
          llog(RC_LOG, logger, "my error: %s", str_diag(d));
          pfree_diag(&d);
          return false;
       }
    fix missing ": " in ikev2_process_proposals()
    fix memory leak in process_md()

commit 2a644441cf4a7236f2a4e2aa7ff45f094a41be19
Author: Andrew Cagney <[email protected]>
Date:   Wed Jul 24 15:55:31 2024 -0400

    logging: delete clone_diag(), unused

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

Reply via email to