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

Andrew Cagney cagney at vault.libreswan.fi
Tue Feb 9 00:04:41 UTC 2021


New commits:
commit c3b77c2eba51e557b468df4fb1ab188eb87fe722
Merge: 9ac14b7 d5a53d0
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Feb 8 18:58:51 2021 -0500

    lset: eliminate bitnamesof() (and bitnamesofb())
    
    bitnamesof() had an 8k static buffer!?!  Perhaps it was to avoid
    any possability of a buffer overflow - the logger's buffer is
    only 1k.
    
    bitnamesofb() took an array/size; new code takes *_buf struct.
    
    Merge commit 'd5a53d040df97d737241b65bc14d01d7f95a91ef' into main

commit d5a53d040df97d737241b65bc14d01d7f95a91ef
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sun Feb 7 19:09:19 2021 -0500

    lset: delete testset(), bitnamesof() and bitnamesofb()

commit c450ffac92699f59e6d382e740443d11a1003979
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Feb 8 11:24:47 2021 -0500

    constants: convert oakley_attr_bit_name[] to enum_names
    
    fix off-by-one name bug

commit 60b8d3f3ce803aafd511857c458948f614273c0e
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Feb 8 11:09:46 2021 -0500

    constants: eliminate natt_bit_names[], use natt_method_names



More information about the Swan-commit mailing list