ports/66857: [patch] on freebsd 4.x there is high probability that oidentd can get into infinite loop

Dariusz Kulinski takeda at takeda.tk
Wed May 19 07:10:19 UTC 2004


The following reply was made to PR ports/66857; it has been noted by GNATS.

From: Dariusz Kulinski <takeda at takeda.tk>
To: freebsd-gnats-submit at FreeBSD.org, takeda3 at netzero.net
Cc:  
Subject: Re: ports/66857: [patch] on freebsd 4.x there is high probability that oidentd can get into infinite loop
Date: Wed, 19 May 2004 00:06:31 -0700

 this patch has one typo:
 for {; head != NULL; head = pcbp.inp_list.le_next) {
     ^
 it should be:
 for (; head != NULL; head = pcbp.inp_list.le_next) {
     ^
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=66858 has that problem
 fixed, sorry for the troubles.
 
 



More information about the freebsd-ports-bugs mailing list