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

potential buffer-overrun in IMdkit/i18nIc.c - CreateNestedList() #1891

Closed
KazuhikoMaekawa opened this issue Jan 19, 2017 · 1 comment
Closed

Comments

@KazuhikoMaekawa
Copy link

The following code could make buffer-overrun.

util/IMdkit/i18nIc.c line 481:

memset (nest_list->value, 0, sizeof (value_length));

It looks that second argument should be value_length instead of sizeof(value_length).

@fujiwarat
Copy link
Member

Thank you for the report.

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

2 participants