Re: Question about the code

2012-10-09 Thread Stuart Henderson
On 2012-10-08, Ted Unangst wrote: > On Mon, Oct 08, 2012 at 13:59, David Coppa wrote: > >>> https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=473 >>> Fixed in trunk. >>> >>> Maybe update OpenBSD's code ? >> >> Here's a diff for our tree: > > I'm not the one doing future imports, but it seems i

Re: Question about the code

2012-10-08 Thread Ted Unangst
On Mon, Oct 08, 2012 at 13:59, David Coppa wrote: >> https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=473 >> Fixed in trunk. >> >> Maybe update OpenBSD's code ? > > Here's a diff for our tree: I'm not the one doing future imports, but it seems it'd be easier to just import the next version.

Re: Question about the code

2012-10-08 Thread David Coppa
On Mon, 08 Oct 2012, rustyBSD wrote: > Le 07/10/2012 14:58, rustyBSD a ?crit : > > On 10/07/12 13:41, Theo de Raadt wrote: > >> If you type "unbound" into google, you will see that > >> this is upstream code that is incorporated into OpenBSD. > >> > >> Therefore, you should really contact that pro

Re: Question about the code

2012-10-08 Thread rustyBSD
Le 07/10/2012 14:58, rustyBSD a écrit : > On 10/07/12 13:41, Theo de Raadt wrote: >> If you type "unbound" into google, you will see that >> this is upstream code that is incorporated into OpenBSD. >> >> Therefore, you should really contact that project. > Already done > > https://www.nlnetlabs.nl/

Re: Question about the code

2012-10-07 Thread rustyBSD
On 10/07/12 13:41, Theo de Raadt wrote: > If you type "unbound" into google, you will see that > this is upstream code that is incorporated into OpenBSD. > > Therefore, you should really contact that project. Already done

Re: Question about the code

2012-10-07 Thread Theo de Raadt
>Hi, >it's about src/usr.sbin/unbound/ldns/drill/work.c >at line 184: > >What is the 'fp' FILE used for ? Here - if I'm not >mistaken - we fopen() filename, and that's it. We >don't use the 'fp' variable, and we never fclose() >it. If you type "unbound" into google, you will see that this is upstr

Re: Question about the code

2012-10-06 Thread Marc Espie
On Sat, Oct 06, 2012 at 10:11:20PM +0200, rustyBSD wrote: > Hi, > it's about src/usr.sbin/unbound/ldns/drill/work.c > at line 184: > > What is the 'fp' FILE used for ? Here - if I'm not > mistaken - we fopen() filename, and that's it. We > don't use the 'fp' variable, and we never fclose() > it. >