Changes of Revision 11
[-] [+] | Added | libcroco-overflow.patch |
@@ -0,0 +1,11 @@ +--- 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; |