Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 271179 Details for
Bug 364877
sys-apps/sandbox issue with static binaries, pipes and FD_CLOEXEC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Dummy static binary writing 1 MB into stdout (used by sandbox_exec_bug.c)
static.c (text/plain), 206 bytes, created by
Victor Stinner
on 2011-04-25 23:56:08 UTC
(
hide
)
Description:
Dummy static binary writing 1 MB into stdout (used by sandbox_exec_bug.c)
Filename:
MIME Type:
Creator:
Victor Stinner
Created:
2011-04-25 23:56:08 UTC
Size:
206 bytes
patch
obsolete
>#include <stdlib.h> >#include <string.h> > >int main() >{ > const size_t n = 1024* 1024; > char *data; > data = malloc(n); > memset(data, 'a', n); > write(1, data, n); > free(data); > 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 Raw
Actions:
View
Attachments on
bug 364877
:
271177
| 271179