Fixed a bug by s/u16/SEEK_CURR/; the bug prevented this mitdb backend from parsing MIT KDB entries with multiple kvnos in non-increasing order.
Fixed a double-free bug that was triggered by MIT KDB entries with multiple kvnos in non-increasing order. Added lots of comments regarding the MIT KDB entry format. Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
9cbe3298d7
commit
941eba430b
@@ -19,6 +19,7 @@ error_code BAD_MKEY, "Failed to get the master key"
|
||||
error_code SERVICE_NOMATCH, "Unacceptable service used"
|
||||
error_code NOT_SEEKABLE, "File descriptor not seekable"
|
||||
error_code TOO_BIG, "Offset too large"
|
||||
error_code BAD_HDBENT_ENCODING, "Invalid HDB entry encoding"
|
||||
|
||||
index 64
|
||||
prefix HEIM_PKINIT
|
||||
|
Reference in New Issue
Block a user