Re: Issue 10852 in oss-fuzz: net-snmp: Build failure

2018-10-11 Thread Bill Fenner
On Mon, Oct 8, 2018 at 9:46 PM Bart Van Assche wrote: > On 10/8/18 3:00 AM, ClusterFuzz-External via monorail wrote: > > Status: New Owner: CC: ma...@lysator.liu.se, bvanass...@acm.org, > harda...@users.sourceforge.net, fen...@gmail.com, rst...@freesnmp.com > Labels: Proj-net-snmp Type: Buil

Re: Issue 10852 in oss-fuzz: net-snmp: Build failure

2018-10-11 Thread Bart Van Assche
On 10/11/18 4:44 AM, Bill Fenner wrote: This is because the prototype is only protected with #ifndef NETSNMP_FEATURE_REMOVE_SWRUN_COUNT_PROCESSES_BY_REGEX and doesn't have the "#ifdef HAVE_PCRE_H" added to it, so if you compile without HAVE_PCRE_H, the definition of netsnmp_regex_ptr is omitted