Mailing List Archive

Fixed: apache/httpd#1787 (trunk - 9226cbc)
Build Update for apache/httpd
-------------------------------------

Build: #1787
Status: Fixed

Duration: 3 mins and 45 secs
Commit: 9226cbc (trunk)
Author: Christophe Jaillet
Message: Follow up to 1892038, 1892063.

Improve fix to please a fuzzer which reports:
util.c:2713:26: runtime error: signed integer overflow:
9999999999999999 * 1000 cannot be represented in type 'long'

Compute the maximum limit for each case 's', 'h', 'ms' and 'mi' and make sure that the input is below this value.

While at it, move a comment to make things more consistent and use 'apr_time_from_msec() instead of hand writing it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892185 13f79535-47bb-0310-9956-ffa450edef68

View the changeset: https://github.com/apache/httpd/compare/30db75534d67...9226cbc6b924

View the full build log and details: https://app.travis-ci.com/github/apache/httpd/builds/234983779?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.