CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2021/02/23 05:14:10

Modified files:
        sys/netinet    : ip_output.c 

Log message:
As ip_insertoptions() may prepend a mbuf, "goto bad" has to free
the new chain.  This fixes a potential memory leak in ip_output().
Also simplify a bunch of "goto done".
OK kn@ mvs@

Reply via email to