New commits:
commit c5334a3fe8dd5e6f6053658461df0b2a46c3596c
Author: D. Hugh Redelmeier <[email protected]>
Date:   Tue Aug 22 17:29:24 2017 -0400

    be more careful with IFNAMSIZ
    
    For interface names, BSD uses NUL-padding and Linux uses NUL-termination.
    For portability, we use NUL-padding with at least one NUL.
    That means that we don't support the maximum-length BSD names.

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

Reply via email to