Bug 165355

Summary: net/libnet: UDP checksums are bogus in odd sized packets
Product: Ports & Packages Reporter: Yevgeniy Averin <nexther0>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Yevgeniy Averin 2012-02-21 10:20:09 UTC
UDP checksums are bogus in odd sized packets
full detail
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=284729

Fix: find attached patch

Patch attached with submission follows:
How-To-Repeat: simply create odd length packet
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-02-22 03:32:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-22 04:49:22 UTC
dinoex      2012-02-22 04:49:08 UTC

  FreeBSD ports repository

  Modified files:
    net/libnet           Makefile 
  Added files:
    net/libnet/files     patch-libnet_checksum.c 
  Log:
  - fix UDP checksums in odd sized packets
  PR:             165355
  Submitted by:   Y.A.
  Obtained from:  debian
  
  Revision  Changes    Path
  1.25      +1 -1      ports/net/libnet/Makefile
  1.1       +23 -0     ports/net/libnet/files/patch-libnet_checksum.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2012-02-22 04:49:43 UTC
State Changed
From-To: open->closed

committed, thanks.