Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Intl] Prevent infinite loops #31564

Closed
wants to merge 1 commit into from
Closed

Conversation

theofidry
Copy link
Contributor

Q A
Branch? 3.4.22+
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets N/A
License MIT
Doc PR symfony/symfony-docs#...

It is possible that locale_parse($locale) returns an empty array under some circumstances (I can observe this on my machine but I'm not clear on why). In this scenario locale_compose($localeSubTags) will return false instead of the expected null (the expected return values are string|null with string carrying on the locale lookup and null breaking it). This results in an infinite loop on my machine at least.

@theofidry
Copy link
Contributor Author

Already fixed in #31106 :)

@theofidry theofidry closed this May 21, 2019
@jakzal
Copy link
Contributor

jakzal commented May 21, 2019

Actually fixed in #30781 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants