Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102697887
D36760.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
473 B
Referenced Files
None
Subscribers
None
D36760.diff
View Options
diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h
--- a/bin/sh/jobs.h
+++ b/bin/sh/jobs.h
@@ -55,7 +55,7 @@
void showjobs(int, int);
struct job *makejob(union node *, int);
pid_t forkshell(struct job *, union node *, int);
-pid_t vforkexecshell(struct job *, char **, char **, const char *, int, int []);
+pid_t vforkexecshell(struct job *, char **, char **, const char *, int, int [2]);
int waitforjob(struct job *, int *);
int stoppedjobs(void);
int backgndpidset(void);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 12:21 AM (20 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14668181
Default Alt Text
D36760.diff (473 B)
Attached To
Mode
D36760: sh: Fix mismatch in array bounds for vforkexecshell().
Attached
Detach File
Event Timeline
Log In to Comment