Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 422712 Details for
Bug 486248
app-office/magicpoint-1.13a USE=gif - ./image/libmgpimage.a(gif.o): In function `gifLoad': gif.c:(.text+0x3f1): undefined reference to `PrintGifError'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
magicpoint-1.13a_p20121015-draw-stringtoolong.patch
magicpoint-1.13a_p20121015-draw-stringtoolong.patch (text/plain), 310 bytes, created by
Peter Stuge
on 2016-01-12 17:19:03 UTC
(
hide
)
Description:
magicpoint-1.13a_p20121015-draw-stringtoolong.patch
Filename:
MIME Type:
Creator:
Peter Stuge
Created:
2016-01-12 17:19:03 UTC
Size:
310 bytes
patch
obsolete
>--- kit.orig/draw.c 2012-10-14 20:25:10.000000000 +0200 >+++ kit/draw.c 2016-01-12 18:01:53.090388852 +0100 >@@ -1379,6 +1379,10 @@ > } > > q = draw_fragment(state, p, q - p, registry, charset16); >+ if (q == p) { >+ fprintf(stderr, "String '%s' too long for window!\n", p); >+ exit(1); >+ } > > p = q; > }
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 486248
:
364928
|
422606
|
422608
|
422710
| 422712 |
422714
|
422718
|
422720
|
422722
|
422726
|
422728
|
422748
|
422750