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

Prevent out of boundary access when using offset #103

Closed
wants to merge 1 commit into from
Closed

Prevent out of boundary access when using offset #103

wants to merge 1 commit into from

Conversation

stoeckmann
Copy link
Contributor

Carefully check offset value before using it as an offset into
(meta)data memory in decode_one(), making sure that it stays below
mmdb->data_section_size before accessing the referenced memory.

Carefully check offset value before using it as an offset into
(meta)data memory in decode_one(), making sure that it stays below
mmdb->data_section_size before accessing the referenced memory.
@autarch
Copy link
Contributor

autarch commented Jan 5, 2016

Merged from the command line. Thanks!

@autarch autarch closed this Jan 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants