Opened 7 years ago

Closed 7 years ago

#54498 closed defect (fixed)

dnsmasq: detected buffer overflow

Reported by: lr1980 (Lutz Reinhardt) Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc:
Port: dnsmasq

Description

dnsmasq cannot start. it's reporting "detected buffer overflow" in the system log. when I start it manually it also crash:

sudo /opt/local/sbin/dnsmasq -z -d
dnsmasq: started, version 2.77 cachesize 150
dnsmasq: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack no-ipset auth no-DNSSEC loop-detect no-inotify
dnsmasq: reading /etc/resolv.conf
dnsmasq: using nameserver 1.2.3.4#53
[1]    58768 abort      sudo /opt/local/sbin/dnsmasq -z -d

I think it is the same as here: https://github.com/Homebrew/homebrew-core/issues/14463

Change History (3)

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Owner: set to nerdling
Status: newassigned

comment:2 Changed 7 years ago by nerdling (Jeremy Lavergne)

Status: assignedaccepted

comment:3 Changed 7 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: acceptedclosed

Patched in r96b4706.

Note: See TracTickets for help on using tickets.