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

Andrew Cagney cagney at vault.libreswan.fi
Sat Aug 13 18:00:44 EEST 2022


New commits:
commit 4f7f8ac402d34310fa976a774ebf0f131f407cd4
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sat Aug 13 10:58:11 2022 -0400

    connections: use jam_humber() to show max bytes/packets
    
    Motiviated by coverity's complaint that the buffer:
      char bytesbuf[strlen(" 18446744073709551616 ") + strlen(" Ki B ")];
    could overflow (but using jam here is better).  Suspect coverity is
    noticing that neither +1 or sizeof("string") isn't used and assuming
    that indicates a lack of space for a NUL.k

commit 1d84d3f660a0e400a48fbe81d8644e2a1712d307
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Aug 12 21:09:12 2022 -0400

    logging: add jam_humber(), based on readable_humber_iec_60027_2()



More information about the Swan-commit mailing list