Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2000 10:59:00 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet if_ether.c
Message-ID:  <200003231859.KAA01229@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2000/03/23 10:59:00 PST

  Modified files:
    sys/netinet          if_ether.c 
  Log:
      Fix parens in m_pullup() line in arp handling code.  The code was
      improperly doing the equivalent of (m = (function() == NULL)) instead
      of ((m = function()) == NULL).
  
      This fixes a NULL pointer dereference panic with runt arp packets.
  
  Revision  Changes    Path
  1.66      +2 -2      src/sys/netinet/if_ether.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?200003231859.KAA01229>