Search
j0ke.net Open Build Service
>
Projects
>
graphics
>
inkscape
> libcroco-overflow.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libcroco-overflow.patch of Package inkscape (Revision 11)
Currently displaying revision
11
,
show latest
--- libcroco-0.6.0/src/cr-om-parser.c.xx 2005-04-26 18:04:21.483080393 +0200 +++ libcroco-0.6.0/src/cr-om-parser.c 2005-04-26 18:04:54.426092760 +0200 @@ -1006,7 +1006,7 @@ g_return_val_if_fail (a_this, CR_BAD_PARAM_ERROR); - memset (sheets, 0, sizeof (CRStyleSheet) * 3); + memset (sheets, 0, sizeof (CRStyleSheet*) * 3); paths[0] = (guchar *) a_author_path; paths[1] = (guchar *) a_user_path; paths[2] = (guchar *) a_ua_path;