Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144430814
D10063.id26446.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
374 B
Referenced Files
None
Subscribers
None
D10063.id26446.diff
View Options
Index: usr.sbin/autofs/common.c
===================================================================
--- usr.sbin/autofs/common.c
+++ usr.sbin/autofs/common.c
@@ -150,6 +150,7 @@
//log_debugx("creating \"%s\"", partial);
error = mkdir(partial, 0755);
if (error != 0 && errno != EEXIST) {
+ free(tofree);
log_warn("cannot create %s", partial);
return;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 10:04 AM (8 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28565862
Default Alt Text
D10063.id26446.diff (374 B)
Attached To
Mode
D10063: Fix memory leak in autofs
Attached
Detach File
Event Timeline
Log In to Comment