Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 1999 19:53:41 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp alias_cmd.c
Message-ID:  <199907240253.TAA13162@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1999/07/23 19:53:40 PDT

  Modified files:
    usr.sbin/ppp         alias_cmd.c 
  Log:
  When we fetch previously retrieved IP fragments from the alias
  tables, copy them correctly back into our mbuf rather giving a
  bzero'd count to memcpy() and ending up with a 0 byte fragment.
  
  The old code resulted in a 0 byte write to the tun device which
  tickled a bug that resulted in a panic :-(
  
  Revision  Changes    Path
  1.28      +5 -4      src/usr.sbin/ppp/alias_cmd.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907240253.TAA13162>