Re: Broken: apache/httpd#1786 (2.4.x - 79a84dc)

2021-08-11 Thread Eric Covener
ty, changed it to APR_EGENERAL in 1892207 On Wed, Aug 11, 2021 at 4:18 AM Stefan Eissing wrote: > > The error is: > > util.c: In function ‘ap_timeout_parameter_parse’: > 1166util.c:2614:16: error: ‘APR_ERANGE’ undeclared (first use in this > function); did you mean ‘APR_REG’? > 1167 retu

Re: Broken: apache/httpd#1786 (2.4.x - 79a84dc)

2021-08-11 Thread Stefan Eissing
The error is: util.c: In function ‘ap_timeout_parameter_parse’: 1166util.c:2614:16: error: ‘APR_ERANGE’ undeclared (first use in this function); did you mean ‘APR_REG’? 1167 return APR_ERANGE; 1168^~ 1169APR_REG Do we need a workaround for APR 1.5?

Broken: apache/httpd#1786 (2.4.x - 79a84dc)

2021-08-10 Thread Travis CI
Build Update for apache/httpd - Build: #1786 Status: Broken Duration: 3 mins and 54 secs Commit: 79a84dc (2.4.x) Author: Stefan Eissing Message: Merge of 1892038,1892063 from trunk: *) core: avoid signed integer overflow under fuzzing in ap_timeout_para