-
Notifications
You must be signed in to change notification settings - Fork 72
Add bad test databases for libmaxminddb metadata and search-tree corruption #236
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| «ÍïMaxMind.com | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Most corrupt databases in this repository (as seen in |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pull request title and description indicate that 4 minimal corrupt test databases are being added, including several variants for search-tree corruption (
libmaxminddb-separator-record-*.mmdb). However, onlylibmaxminddb-metadata-marker-only.mmdbis included in the current diff. Please ensure all intended test fixtures are included in the commit.Additionally, there is a discrepancy in the description: it mentions "three variants" of the separator record databases, but the pattern
{min,max}-{left,right}typically expands to four files. Please clarify the intended set of fixtures.