FreeBSD Bugzilla – Attachment 8887 Details for
Bug 18450
issetugid() does not follow syscall conventions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 340 bytes, created by
Valentin Nechayev
on 2000-05-08 15:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Valentin Nechayev
Created:
2000-05-08 15:20:00 UTC
Size:
340 bytes
patch
obsolete
>--- kern_prot.c.orig Mon May 8 17:02:50 2000 >+++ kern_prot.c Mon May 8 17:04:14 2000 >@@ -893,8 +893,7 @@ > * a user without an exec - programs cannot know *everything* > * that libc *might* have put in their data segment. > */ >- if (p->p_flag & P_SUGID) >- return (1); >+ p->p_retval[0] = (p->p_flag & P_SUGID) ? 1 : 0; > return (0); > }
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 18450
: 8887