/[packages]/cauldron/seamonkey/current/SOURCES/seamonkey-2.0-fix-string-format.patch
ViewVC logotype

Contents of /cauldron/seamonkey/current/SOURCES/seamonkey-2.0-fix-string-format.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82798 - (show annotations) (download)
Sun Apr 10 16:39:19 2011 UTC (13 years ago) by ennael
File size: 942 byte(s)
imported package seamonkey
1 --- mozilla/xpcom/base/nsTraceRefcntImpl.cpp.orig 2009-10-25 15:34:14.000000000 +0100
2 +++ mozilla/xpcom/base/nsTraceRefcntImpl.cpp 2009-11-18 16:20:12.242047896 +0100
3 @@ -834,7 +834,7 @@
4
5 NS_DescribeCodeAddress(aPC, &details);
6 NS_FormatCodeAddressDetails(aPC, &details, buf, sizeof(buf));
7 - fprintf(stream, buf);
8 + fprintf(stream, "%s", buf);
9 }
10
11 }
12 --- mozilla/widget/src/gtk2/nsFilePicker.cpp.orig 2008-12-18 01:08:12.000000000 -0500
13 +++ mozilla/widget/src/gtk2/nsFilePicker.cpp 2008-12-18 01:08:48.000000000 -0500
14 @@ -574,6 +574,7 @@
15 GTK_DIALOG_DESTROY_WITH_PARENT,
16 GTK_MESSAGE_QUESTION,
17 GTK_BUTTONS_YES_NO,
18 + "%s",
19 NS_ConvertUTF16toUTF8(message).get());
20 gtk_window_set_title(GTK_WINDOW(dialog), NS_ConvertUTF16toUTF8(title).get());
21 if (parent_window && parent_window->group) {

  ViewVC Help
Powered by ViewVC 1.1.30