Skip to content

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Aug 17, 2015

The DateTimeZone constructors are not binary safe. They're parsing the timezone
as string, but discard the length when calling timezone_initialize(). This
patch adds a tz_len parameter and a respective check to timezone_initialize().

The DateTimeZone constructors are not binary safe. They're parsing the timezone
as string, but discard the length when calling timezone_initialize(). This
patch adds a tz_len parameter and a respective check to timezone_initialize().
@derickr
Copy link
Member

derickr commented Aug 17, 2015

Looks good to me

@cmb69
Copy link
Member Author

cmb69 commented Aug 17, 2015

Fine. I'll merge it ASAP.

@php-pulls php-pulls merged commit bb05749 into php:PHP-5.6 Aug 17, 2015
@cmb69 cmb69 deleted the PHP-5.6 branch August 17, 2015 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants