Page MenuHomeFreeBSD

D5802.id14796.diff
No OneTemporary

D5802.id14796.diff

Index: sys/kern/subr_hash.c
===================================================================
--- sys/kern/subr_hash.c
+++ 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
Sun, Apr 12, 3:47 PM (3 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31356840
Default Alt Text
D5802.id14796.diff (455 B)

Event Timeline