[Bug 190620] New: [MAINTAINER UPDATE] update dns/wdns to version 0.6.0

bz-noreply at freebsd.org bz-noreply at freebsd.org
Wed Jun 4 17:59:12 UTC 2014


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 at FreeBSD.org
          Reporter: truckman at 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.


More information about the freebsd-ports-bugs mailing list