Bug 84018

Summary: Bug in net/apinger port using SO_TIMESTAMP socket option
Product: Ports & Packages Reporter: Louis Mamakos <louie>
Component: Individual Port(s)Assignee: Michael Landin <mich>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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 !