Bug 66858 - [patch] security/oidentd: on freebsd 4.x there is high probability that oidentd can get into infinite loop
Summary: [patch] security/oidentd: on freebsd 4.x there is high probability that oiden...
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-19 07:30 UTC by Dariusz Kulinski
Modified: 2004-05-19 20:43 UTC (History)
0 users

See Also:


Attachments
oidentd.patch (2.27 KB, patch)
2004-05-19 07:30 UTC, Dariusz Kulinski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dariusz Kulinski 2004-05-19 07:30:12 UTC
	Last patch to oidentd introduced a bug under freebsd 4.x.
	In get_list() function there is do-while loop, patch included additional
	continue instructions, which skipped "head = pcbp.inp_list.le_next;"
	making oidentd go into infinite loop.
	This patch fixes that issue.
Comment 1 Oliver Eikemeier freebsd_committer freebsd_triage 2004-05-19 09:03:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2004-05-19 20:43:39 UTC
State Changed
From-To: open->closed

Committed, Thanks!