Page MenuHomeFreeBSD

D5802.id15029.diff
No OneTemporary

D5802.id15029.diff

Index: head/sys/kern/subr_hash.c
===================================================================
--- head/sys/kern/subr_hash.c
+++ head/sys/kern/subr_hash.c
@@ -93,7 +93,8 @@
hashtbl = vhashtbl;
for (hp = hashtbl; hp <= &hashtbl[hashmask]; hp++)
- KASSERT(LIST_EMPTY(hp), ("%s: hash not empty", __func__));
+ KASSERT(LIST_EMPTY(hp), ("%s: hashtbl %p not empty "
+ "(malloc type %s)", __func__, hashtbl, type->ks_shortdesc));
free(hashtbl, type);
}

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 18, 1:48 AM (8 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29867998
Default Alt Text
D5802.id15029.diff (470 B)

Event Timeline