Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2002 19:49:23 -0700 (PDT)
From:      Isao SEKI <iseki@gongon.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/37780: [net/bind8] libbind has a small bug (may crash)
Message-ID:  <200205060249.g462nN0E007910@nwww.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         37780
>Category:       ports
>Synopsis:       [net/bind8] libbind has a small bug (may crash)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 05 19:50:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Isao SEKI
>Release:        current
>Organization:
gongon.com
>Environment:
>Description:
libbind of net/bind8 in current (bind 8.3.1) has a small bug at getaddrinfo(). I also reported ISC directlly and I believe it will
fixed 8.3.2 release.

>How-To-Repeat:
when same task calls getaddrinfo() 2nd times, it will crash.

>Fix:
    src/lib/irs/getaddrinfo.c:323
        -	struct addrinfo ai, ai0, *afai;
        +	struct addrinfo ai, ai0, *afai = 0;  /* fine work */

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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