Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29990 Details for
Bug 48911
media-video/transcode-0.6.12-r1 fails to compile using gcc 3.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Removes bad malloc call
transcode-0.6.12_gcc34_mallocfix.patch (text/plain), 460 bytes, created by
LordKow
on 2004-04-24 21:57:30 UTC
(
hide
)
Description:
Removes bad malloc call
Filename:
MIME Type:
Creator:
LordKow
Created:
2004-04-24 21:57:30 UTC
Size:
460 bytes
patch
obsolete
>diff -ur transcode-0.6.12.orig/filter/subtitler/frame_list.c transcode-0.6.12/filter/subtitler/frame_list.c >--- transcode-0.6.12.orig/filter/subtitler/frame_list.c 2004-01-05 07:12:55.000000000 -0600 >+++ transcode-0.6.12/filter/subtitler/frame_list.c 2004-04-24 23:48:19.275043224 -0500 >@@ -33,7 +33,7 @@ > > char *strsave(char *s) /*save char array s somewhere*/ > { >-char *p, *malloc(); >+char *p; > if(p = malloc( strlen(s) + 1) ) strcpy(p, s); > return(p); > }
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 48911
: 29990