Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Jun 2014 17:59:12 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190620] New: [MAINTAINER UPDATE] update dns/wdns to version 0.6.0
Message-ID:  <bug-190620-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190620

            Bug ID: 190620
           Summary: [MAINTAINER UPDATE] update dns/wdns to version 0.6.0
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: truckman@FreeBSD.org

Created attachment 143373
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=143373&action=edit
patch to update Makefile, distinfo, and pkg-plist

* wdns_reverse_name(): fix buffer overflow on invalid input. This function
    now returns a 'wdns_res' that callers must check. This changes the
    API/ABI.

  * wdns_res_to_str(): new function.

  * wdns_str_to_name(): prevent use-after-free in callers which don't check
    the return value.

  * wdns_len_uname(): enforce WDNS_MAXLEN_NAME limit on input data.

  * wdns_parse_message(): fix a leak-on-error.

  * Various fixes to several functions, detected by static analysis.

  * Drop "-Wl,--as-needed" from LDFLAGS.

  * Begin versioning the library's symbols. (Based on ld-version-script.m4
    from gnulib.)

Also, delete extraneous USE_PKGCONFIG= from port Makefile.

-- 
You are receiving this mail because:
You are the assignee for the bug.



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