Keys could contain bytes with a value of zero, leading to incorrect key comparisons with strncmp() on line 457 and 478 of "dbh_static.i". Using memcmp() instead would be appropriate.
That is correct. Fixed.
Log in to post a comment.
That is correct. Fixed.