Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
php5.6680
php-CVE-2017-11145.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php-CVE-2017-11145.patch of Package php5.6680
diff --git a/ext/date/lib/parse_date.re b/ext/date/lib/parse_date.re index 79dabe4..1bb1cd7 100644 --- a/ext/date/lib/parse_date.re +++ b/ext/date/lib/parse_date.re @@ -382,6 +382,9 @@ static timelib_sll timelib_meridian(char **ptr, timelib_sll h) { timelib_sll retval = 0; + if (**ptr == '\0') { + return 0; + } while (!strchr("AaPp", **ptr)) { ++*ptr; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor