Bugzilla – Attachment 406 Details for
Bug 645
Configure mis-identifies setresgid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Test setresuid call
setresgidtest.c (text/plain), 304 bytes, created by
Darren Tucker
on 2003-09-17 17:04:28 AEST
(
hide
)
Description:
Test setresuid call
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-09-17 17:04:28 AEST
Size:
304 bytes
patch
obsolete
>#include <stdio.h> >#include <sys/types.h> >#include <errno.h> > >int main() >{ > uid_t uid; > gid_t gid; > > gid = getgid(); > uid = getuid(); > printf("setresgid returned %d, errno %d\n", > setresgid(gid, gid, gid), errno); > printf("setresuid returned %d, errno %d\n", > setresuid(uid, uid, uid), errno); >}
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 Raw
Actions:
View
Attachments on
bug 645
: 406 |
487
|
488
|
489