cvs commit: src/sys/netinet udp_usrreq.c

David Malone dwmalone at FreeBSD.org
Wed May 16 09:12:17 UTC 2007


dwmalone    2007-05-16 09:12:16 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          udp_usrreq.c 
  Log:
  When verifying the IPv4 UDP checksum, don't overwrite the checksum
  value in the mbuf with the result of the calculation. Previously,
  if we chose to return an ICMP message, the quoted UDP checksum bytes
  would be different to what was sent.
  
  PR:             112471
  Submitted by:   Matthew Luckie <mluckie at cs.waikato.ac.nz>
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.209     +7 -5      src/sys/netinet/udp_usrreq.c


More information about the cvs-src mailing list