Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 156743 Details for
Bug 226387
x11-libs/pixman-0.11.4-r1: implicit declaration of function 'free'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
git-eb2d95de98683a387153f010077ad9c3c3b1b01d.patch (text/plain), 919 bytes, created by
wbrana
on 2008-06-14 13:15:00 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
wbrana
Created:
2008-06-14 13:15:00 UTC
Size:
919 bytes
patch
obsolete
>From: Luo Jinghua <sunmoon1997@gmail.com> >Date: Sat, 14 Jun 2008 01:07:22 +0000 (+0800) >Subject: Fix implicit declaration of function 'free'. >X-Git-Url: http://gitweb.freedesktop.org/?p=pixman.git;a=commitdiff;h=eb2d95de98683a387153f010077ad9c3c3b1b01d > >Fix implicit declaration of function 'free'. > >Otherwise pointer will be truncated on 64bit arch and your programs will crash. >--- > >--- a/pixman/pixman-region16.c >+++ b/pixman/pixman-region16.c >@@ -30,6 +30,8 @@ > > #include "pixman-private.h" > >+#include <stdlib.h> >+ > typedef pixman_box16_t box_type_t; > typedef pixman_region16_data_t region_data_type_t; > typedef pixman_region16_t region_type_t; >--- a/pixman/pixman-region32.c >+++ b/pixman/pixman-region32.c >@@ -28,6 +28,8 @@ > > #include "pixman-private.h" > >+#include <stdlib.h> >+ > typedef pixman_box32_t box_type_t; > typedef pixman_region32_data_t region_data_type_t; > typedef pixman_region32_t region_type_t;
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 226387
: 156743