Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108086756
D696.id1271.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
393 B
Referenced Files
None
Subscribers
None
D696.id1271.diff
View Options
Index: sys/kern/imgact_binmisc.c
===================================================================
--- sys/kern/imgact_binmisc.c
+++ sys/kern/imgact_binmisc.c
@@ -599,12 +599,6 @@
return (-1);
}
- /* No interpreter nesting allowed. */
- if (imgp->interpreted) {
- mtx_unlock(&interp_list_mtx);
- return (ENOEXEC);
- }
-
imgp->interpreted = 1;
if (imgp->args->fname != NULL) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 22, 6:38 AM (5 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16026085
Default Alt Text
D696.id1271.diff (393 B)
Attached To
Mode
D696: Redesign multiple imgact handlers in do_exec()
Attached
Detach File
Event Timeline
Log In to Comment