Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2004 00:10:19 -0700 (PDT)
From:      Dariusz Kulinski <takeda@takeda.tk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/66857: [patch] on freebsd 4.x there is high probability that oidentd can get into infinite loop
Message-ID:  <200405190710.i4J7AJGQ086771@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/66857; it has been noted by GNATS.

From: Dariusz Kulinski <takeda@takeda.tk>
To: freebsd-gnats-submit@FreeBSD.org, takeda3@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.
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405190710.i4J7AJGQ086771>