|
Description
|
While playing around with fmd's MDB support, I accidentally fed
a bogus value to "::walk fmd_serd". This caused mdb to segfault,
beacuse the length passed to hash_walk_init() was zero. This caused
mdb_alloc() to return NULL, followed by an attempt to deference
the resulting value. There should be a check for zero hash length
an an appropriate error message.
|