Bug 165355 - net/libnet: UDP checksums are bogus in odd sized packets
Summary: net/libnet: UDP checksums are bogus in odd sized packets
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 10:20 UTC by Yevgeniy Averin
Modified: 2012-02-22 04:50 UTC (History)
0 users

See Also:


Attachments
file.diff (471 bytes, patch)
2012-02-21 10:20 UTC, Yevgeniy Averin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.