Commit a4876b8
Update MMDB_read_node docs for >= bounds check
The implementation (maxminddb.c) uses >= to check node_number against
node_count, so passing a node_number equal to node_count is also an
error. Update the documentation to say "greater than or equal to"
instead of "greater than".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 90324f5 commit a4876b8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
763 | | - | |
| 763 | + | |
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| |||
0 commit comments