[SCM] BOINC packaging branch, master, updated. debian/7.0.33+dfsg-1-50-g32cd1ef

Steffen Moeller steffen_moeller at gmx.de
Fri Sep 21 10:25:44 UTC 2012


The following commit has been merged in the master branch:
commit 32cd1efda7ef9ab2dadae582f891fbfa68d401c1
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Fri Sep 21 12:25:19 2012 +0200

    Yet another overlooked pathway length.

diff --git a/debian/patches/client_app_maxpathlen.patch b/debian/patches/client_app_maxpathlen.patch
new file mode 100644
index 0000000..f9843c2
--- /dev/null
+++ b/debian/patches/client_app_maxpathlen.patch
@@ -0,0 +1,13 @@
+Index: boinc/client/app.cpp
+===================================================================
+--- boinc.orig/client/app.cpp	2012-09-21 10:58:21.897244071 +0200
++++ boinc/client/app.cpp	2012-09-21 11:03:35.916996798 +0200
+@@ -413,7 +413,7 @@
+ // Move it from slot dir to project dir
+ //
+ int ACTIVE_TASK::move_trickle_file() {
+-    char project_dir[256], new_path[MAXPATHLEN], old_path[MAXPATHLEN];
++    char project_dir[MAXPATHLEN], new_path[MAXPATHLEN], old_path[MAXPATHLEN];
+     int retval;
+ 
+     get_project_dir(result->project, project_dir, sizeof(project_dir));
diff --git a/debian/patches/series b/debian/patches/series
index d3991eb..4c19c76 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -72,3 +72,4 @@ cppcheck_avoid_redundant_check.patch
 opendir_errno.patch
 ticket_1168_verifycerts.patch
 better_makefiles.patch
+client_app_maxpathlen.patch

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list