Bug 84018 - Bug in net/apinger port using SO_TIMESTAMP socket option
Summary: Bug in net/apinger port using SO_TIMESTAMP socket option
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: Michael Landin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-24 22:50 UTC by Louis Mamakos
Modified: 2005-07-26 11:23 UTC (History)
0 users

See Also:


Attachments
file.diff (928 bytes, patch)
2005-07-24 22:50 UTC, Louis Mamakos
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Louis Mamakos 2005-07-24 22:50:04 UTC
Bug in net/apinger port.  The code which composes and received ICMP echo request/response messages is
not quite as clever as it ought to be when trying to use the Kernel's SO_TIMESTAMP socket option.  It
checks for the wrong type in the response control message.   See patch below.

How-To-Repeat: Inspection.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-07-25 02:34:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mich

Over to maintainer.
Comment 2 Michael Landin freebsd_committer freebsd_triage 2005-07-26 11:23:17 UTC
State Changed
From-To: open->closed

Committed, thanks !