FreeBSD Bugzilla – Attachment 14906 Details for
Bug 27835
[libc] execve() doesn't conform to execve(2) spec in syscall manual
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 461 bytes, created by
jyliu
on 2001-06-02 13:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jyliu
Created:
2001-06-02 13:30:01 UTC
Size:
461 bytes
patch
obsolete
>--- kern_exec.c.orig Sat Jun 2 12:32:29 2001 >+++ kern_exec.c Sat Jun 2 19:58:48 2001 >@@ -548,7 +548,13 @@ > imgp->argc++; > } while ((argp = (caddr_t) (intptr_t) fuword(argv++))); > } >- } >+ } >+ >+ /* >+ * at least one argument must be presented in argv >+ */ >+ if (!imgp->argc) >+ return (EINVAL); > > imgp->endargs = imgp->stringp; >---ends here---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27835
: 14906