Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 306360 Details for
Bug 447518
Call to capget() overflows buffers
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Program that creates the crash
a.c (text/plain), 304 bytes, created by
Bojan Smojver
on 2008-05-22 10:57:30 UTC
(
hide
)
Description:
Program that creates the crash
Filename:
MIME Type:
Creator:
Bojan Smojver
Created:
2008-05-22 10:57:30 UTC
Size:
304 bytes
patch
obsolete
>#include <stdio.h> >#include <stdlib.h> >#include <sys/capability.h> > >int main(int argc,char **argv){ > cap_user_header_t head=malloc(sizeof(*head)); > cap_user_data_t data=malloc(sizeof(*data)); > > head->version=_LINUX_CAPABILITY_VERSION; > > capget(head,data); > > free(data); > free(head); > > 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 447518
:
306100
|
306104
| 306360 |
306503
|
306879