Mailing List Archive

Broken: apache/httpd#1786 (2.4.x - 79a84dc)
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_parameter_parse



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1892173 13f79535-47bb-0310-9956-ffa450edef68

View the changeset: https://github.com/apache/httpd/compare/6772035da57e...79a84dcf65c4

View the full build log and details: https://app.travis-ci.com/github/apache/httpd/builds/234928270?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
Re: Broken: apache/httpd#1786 (2.4.x - 79a84dc) [ In reply to ]
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 ^~~~~~~~~~
1169 APR_REG

Do we need a workaround for APR 1.5?

> Am 10.08.2021 um 19:35 schrieb Travis CI <builds@travis-ci.com>:
>
> apache / httpd
> 2.4.x
> Build #1786 was broken3 mins and 54 secs
> Stefan Eissing79a84dc CHANGESET ?
> Merge of 1892038,1892063 from trunk:
>
> *) core: avoid signed integer overflow under fuzzing in
> ap_timeout_parameter_parse
>
>
>
> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@189217313f79535-47bb-0310-9956-ffa450edef68
> Want to know about upcoming build environment updates?
>
> Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you!
>
> SIGN UP HERE
> Documentation about Travis CI
> Have any questions? We're here to help.
> Unsubscribe from build emails from the apache/httpd repository.
> To unsubscribe from all build emails, please update your settings.
>
> Travis CI GmbH, Rigaer Str. 8, 10427 Berlin, Germany | GF/CEO: Randy Jacops | Contact: contact@travis-ci.com | Amtsgericht Charlottenburg, Berlin, HRB 140133 B | Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz: DE282002648
Re: Broken: apache/httpd#1786 (2.4.x - 79a84dc) [ In reply to ]
ty, changed it to APR_EGENERAL in 1892207

On Wed, Aug 11, 2021 at 4:18 AM Stefan Eissing
<stefan.eissing@greenbytes.de> 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 return APR_ERANGE;
> 1168 ^~~~~~~~~~
> 1169 APR_REG
>
> Do we need a workaround for APR 1.5?
>
> > Am 10.08.2021 um 19:35 schrieb Travis CI <builds@travis-ci.com>:
> >
> > apache / httpd
> > 2.4.x
> > Build #1786 was broken3 mins and 54 secs
> > Stefan Eissing79a84dc CHANGESET ?
> > Merge of 1892038,1892063 from trunk:
> >
> > *) core: avoid signed integer overflow under fuzzing in
> > ap_timeout_parameter_parse
> >
> >
> >
> > git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@189217313f79535-47bb-0310-9956-ffa450edef68
> > Want to know about upcoming build environment updates?
> >
> > Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you!
> >
> > SIGN UP HERE
> > Documentation about Travis CI
> > Have any questions? We're here to help.
> > Unsubscribe from build emails from the apache/httpd repository.
> > To unsubscribe from all build emails, please update your settings.
> >
> > Travis CI GmbH, Rigaer Str. 8, 10427 Berlin, Germany | GF/CEO: Randy Jacops | Contact: contact@travis-ci.com | Amtsgericht Charlottenburg, Berlin, HRB 140133 B | Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz: DE282002648
>


--
Eric Covener
covener@gmail.com