Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 219567 Details for
Bug 279536
sys-boot/grub-0.97 segfaults with >=sys-devel/gcc-4.1 SSP
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Isolates where the problem occurs
isolate.c (text/plain), 292 bytes, created by
Anthony Basile
on 2010-02-14 03:03:23 UTC
(
hide
)
Description:
Isolates where the problem occurs
Filename:
MIME Type:
Creator:
Anthony Basile
Created:
2010-02-14 03:03:23 UTC
Size:
292 bytes
patch
obsolete
>#include <stdio.h> > >void >doit (const char *format,...) >{ > int *dataptr = (int *) &format; > dataptr++; > > char c ; > > while ( ( c = *(format++) ) != 0 ) > { > putchar(c) ; > putchar(':') ; > printf( "%s\n", ((char *) *(dataptr++)) ); > } >} > > >int main() >{ > doit("ab","cde","fgh") ; > 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 279536
:
199500
|
200565
| 219567 |
219645