Page MenuHomeFreeBSD

D696.id1271.diff
No OneTemporary

D696.id1271.diff

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

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)

Event Timeline