Date: Sun, 21 Sep 1997 05:11:10 -0700 (PDT) From: "Daniel O'Callaghan" <danny@FreeBSD.ORG> To: muir@idiom.com, danny@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4518 Message-ID: <199709211211.FAA23087@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: ipfw cannot handle 6-character interface names State-Changed-From-To: open-analyzed State-Changed-By: danny State-Changed-When: Sun Sep 21 05:07:24 PDT 1997 State-Changed-Why: It seems that ip_fw.h/FW_IFNLEN == 6, but net/if.h/IFNAMSIZ == 16. snprintf truncates at FW_IFNLEN-1 to add '\0'.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709211211.FAA23087>