Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151895164
D50985.id157478.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
372 B
Referenced Files
None
Subscribers
None
D50985.id157478.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D50985: lindebugfs.c: Fix possible NULL dereference
Attached
Detach File
Event Timeline
Log In to Comment