[Pkg-voip-commits] r5443 - /pwlib/tags/1.10.10-1.1/debian/patches/CVE-2007-4897.dpatch

paravoid at alioth.debian.org paravoid at alioth.debian.org
Wed Apr 2 05:22:44 UTC 2008


Author: paravoid
Date: Wed Apr  2 05:22:43 2008
New Revision: 5443

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5443
Log:
Add forgotten patch to tag... (oops)

Added:
    pwlib/tags/1.10.10-1.1/debian/patches/CVE-2007-4897.dpatch

Added: pwlib/tags/1.10.10-1.1/debian/patches/CVE-2007-4897.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/tags/1.10.10-1.1/debian/patches/CVE-2007-4897.dpatch?rev=5443&op=file
==============================================================================
--- pwlib/tags/1.10.10-1.1/debian/patches/CVE-2007-4897.dpatch (added)
+++ pwlib/tags/1.10.10-1.1/debian/patches/CVE-2007-4897.dpatch Wed Apr  2 05:22:43 2008
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## CVE-2007-4897.dpatch by Nico Golde <nion at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad pwlib-1.10.10~/src/ptlib/common/contain.cxx pwlib-1.10.10/src/ptlib/common/contain.cxx
+--- pwlib-1.10.10~/src/ptlib/common/contain.cxx	2005-11-30 13:47:41.000000000 +0100
++++ pwlib-1.10.10/src/ptlib/common/contain.cxx	2007-12-03 13:45:00.000000000 +0100
+@@ -2465,7 +2465,7 @@
+   PAssert(SetSize(2000), POutOfMemory);
+   ::vsprintf(theArray+len, fmt, arg);
+ #else
+-  PINDEX size = 0;
++  PINDEX size = len;
+   do {
+     size += 1000;
+     PAssert(SetSize(size), POutOfMemory);




More information about the Pkg-voip-commits mailing list