summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2005-07-03 20:28:37 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2005-07-03 20:28:37 +0000
commit516d8baec7a8f8f24dad19f9c24abf865b7a155e (patch)
treee7f875a278a9742560d9013cba3bc1df7415d1a2 /app-office/abiword/files
parentMarked ~amd64 (diff)
downloadgentoo-2-516d8baec7a8f8f24dad19f9c24abf865b7a155e.tar.gz
gentoo-2-516d8baec7a8f8f24dad19f9c24abf865b7a155e.tar.bz2
gentoo-2-516d8baec7a8f8f24dad19f9c24abf865b7a155e.zip
security fix for bug #96991, all ebuilds have patch applied.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-office/abiword/files')
-rw-r--r--app-office/abiword/files/abiword-security-fix.patch11
-rw-r--r--app-office/abiword/files/digest-abiword-2.2.5-r1 (renamed from app-office/abiword/files/digest-abiword-2.2.5)0
-rw-r--r--app-office/abiword/files/digest-abiword-2.2.7-r1 (renamed from app-office/abiword/files/digest-abiword-2.2.7)0
-rw-r--r--app-office/abiword/files/digest-abiword-2.2.8-r1 (renamed from app-office/abiword/files/digest-abiword-2.2.8)0
4 files changed, 11 insertions, 0 deletions
diff --git a/app-office/abiword/files/abiword-security-fix.patch b/app-office/abiword/files/abiword-security-fix.patch
new file mode 100644
index 000000000000..645487d75593
--- /dev/null
+++ b/app-office/abiword/files/abiword-security-fix.patch
@@ -0,0 +1,11 @@
+--- abiword-2.2.5/abi/src/af/xap/xp/xap_Frame.cpp 2004-10-23 07:48:00.000000000 -0400
++++ abiword-2.2.5.new/abi/src/af/xap/xp/xap_Frame.cpp 2005-07-03 16:00:53.000000000 -0400
+@@ -758,7 +758,7 @@
+ vsprintf(szNewMessage, static_cast<const char*>(s.c_str()), args);
+ va_end(args);
+
+- pDialog->setMessage(szNewMessage);
++ pDialog->setMessage("%s", szNewMessage);
+
+ // XAP_MessageBox makes a copy of the message, so free it
+ FREEP(szNewMessage);
diff --git a/app-office/abiword/files/digest-abiword-2.2.5 b/app-office/abiword/files/digest-abiword-2.2.5-r1
index 2d79096e30b0..2d79096e30b0 100644
--- a/app-office/abiword/files/digest-abiword-2.2.5
+++ b/app-office/abiword/files/digest-abiword-2.2.5-r1
diff --git a/app-office/abiword/files/digest-abiword-2.2.7 b/app-office/abiword/files/digest-abiword-2.2.7-r1
index b5024e76e560..b5024e76e560 100644
--- a/app-office/abiword/files/digest-abiword-2.2.7
+++ b/app-office/abiword/files/digest-abiword-2.2.7-r1
diff --git a/app-office/abiword/files/digest-abiword-2.2.8 b/app-office/abiword/files/digest-abiword-2.2.8-r1
index 6d0c8e830337..6d0c8e830337 100644
--- a/app-office/abiword/files/digest-abiword-2.2.8
+++ b/app-office/abiword/files/digest-abiword-2.2.8-r1