[SCM] BOINC packaging branch, master, updated. debian/7.1.21+dfsg-2_exp1-6-g2f9f652

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Wed Jul 10 07:49:43 UTC 2013


The following commit has been merged in the master branch:
commit 2f9f652e25a8ea036f3be80d072bbcea298a9062
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Jul 10 09:49:35 2013 +0200

    Another little change, from Alyssa

diff --git a/debian/patches/more_clang_warnings.patch b/debian/patches/more_clang_warnings.patch
index b19464c..56f1fd6 100644
--- a/debian/patches/more_clang_warnings.patch
+++ b/debian/patches/more_clang_warnings.patch
@@ -23,7 +23,7 @@
      // sanity checks - project and result name must match
      //
 -    if (!parse_str(buf, "<project_master_url>", s, sizeof(s))) {
-+    if (1 == fr || !parse_str(buf, "<project_master_url>", s, sizeof(s))) {
++    if (4096 > fr || !parse_str(buf, "<project_master_url>", s, sizeof(s))) {
          msg_printf(wup->project, MSG_INTERNAL_ERROR,
              "no project URL in task state file"
          );

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list