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

storage size for language name too short in newlocale.c #36

Open
sdalu opened this issue Nov 8, 2019 · 0 comments
Open

storage size for language name too short in newlocale.c #36

sdalu opened this issue Nov 8, 2019 · 0 comments

Comments

@sdalu
Copy link

sdalu commented Nov 8, 2019

I think, it should be 6, as with 5 the terminating nul char is not taken into account in string like "fr_FR"

which would be fine if it wasn't checked for it

languages[i].name[len] == '\0') {

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

No branches or pull requests

1 participant