[SCM] BOINC packaging branch, wheezy, updated. debian/7.0.27+dfsg-5-15-g43ed716

Guo Yixuan culu.gyx at gmail.com
Mon Jun 24 09:41:32 UTC 2013


The following commit has been merged in the wheezy branch:
commit 7be1aed5bacc6aaf4cecc96121883dbd2864b280
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Mon Jun 24 16:55:45 2013 +0800

    fixed copy_until_tag() prototype

diff --git a/debian/patches/CVE-2013-2298-Scheduler-fix-security-vulnerabilities.patch b/debian/patches/CVE-2013-2298-Scheduler-fix-security-vulnerabilities.patch
index 9169637..4bd4450 100644
--- a/debian/patches/CVE-2013-2298-Scheduler-fix-security-vulnerabilities.patch
+++ b/debian/patches/CVE-2013-2298-Scheduler-fix-security-vulnerabilities.patch
@@ -232,7 +232,7 @@ Subject: [PATCH] - Scheduler: fix security vulnerabilities
      //
 --- a/lib/parse.h
 +++ b/lib/parse.h
-@@ -28,6 +28,15 @@
+@@ -28,12 +28,21 @@
  
  // see parse_test.cpp for example usage of XML_PARSER
  
@@ -248,6 +248,13 @@ Subject: [PATCH] - Scheduler: fix security vulnerabilities
  class XML_PARSER {
      bool scan_nonws(int&);
      int scan_comment();
+     int scan_tag(char*, int, char* ab=0, int al=0);
+     int scan_cdata(char*, int);
+-    bool copy_until_tag(char*, int);
++    int copy_until_tag(char*, int);
+ public:
+     char parsed_tag[4096];
+     bool is_tag;
 @@ -44,7 +53,13 @@ public:
      }
      bool get(char*, int, bool&, char* ab=0, int al=0);

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list