Page MenuHomeFreeBSD

D50985.id157478.diff
No OneTemporary

D50985.id157478.diff

diff --git a/sys/compat/lindebugfs/lindebugfs.c b/sys/compat/lindebugfs/lindebugfs.c
--- a/sys/compat/lindebugfs/lindebugfs.c
+++ b/sys/compat/lindebugfs/lindebugfs.c
@@ -104,7 +104,7 @@
struct dentry_meta *dm;
dm = pn->pn_data;
- if (dm->dm_type == DM_SYMLINK)
+ if (dm != NULL && dm->dm_type == DM_SYMLINK)
free(dm->dm_data, M_DFSINT);
free(dm, M_DFSINT);

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 12, 10:14 AM (14 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31341923
Default Alt Text
D50985.id157478.diff (372 B)

Event Timeline