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

Kim B. Heino b at vault.libreswan.fi
Wed Oct 4 07:54:15 UTC 2017


New commits:
commit adc3765ce2cd74864cae843ad33619ff926a7eae
Author: Kim B. Heino <b at bbbs.net>
Date:   Wed Oct 4 10:53:03 2017 +0300

    addconn: 64kB is not enough for everyone
    
    On systems where sizeof(int) == sizeof(ssize_t) netlink.h:NLMSG_OK() gives
    a warning "comparison between signed and unsigned integer expressions".
    This can be avoided by casting ssize_t to size_t. Negative values are already
    checked so this cast does not loose sign bit.



More information about the Swan-commit mailing list