From 77c97dd292f31801d2a9bf1cfc18555abd7d4bd2 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 20 Aug 2010 04:04:44 +0000 Subject: various patches either incorporated or made obsolete by 0.43 svn path=/trunk/; revision=13865 --- .../s_path_buffer_overflow_fixes-0.41.4.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 packages/patches/s_path_buffer_overflow_fixes-0.41.4.patch (limited to 'packages/patches/s_path_buffer_overflow_fixes-0.41.4.patch') diff --git a/packages/patches/s_path_buffer_overflow_fixes-0.41.4.patch b/packages/patches/s_path_buffer_overflow_fixes-0.41.4.patch deleted file mode 100644 index 19a438b1..00000000 --- a/packages/patches/s_path_buffer_overflow_fixes-0.41.4.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: s_path.c -=================================================================== ---- s_path.c (revision 9700) -+++ s_path.c (working copy) -@@ -380,7 +380,7 @@ - int rcargc; - char* rcargv[NUMARGS]; - char* buffer; -- char fname[MAXPDSTRING], buf[1000], *home = getenv("HOME"); -+ char fname[MAXPDSTRING], buf[1001], *home = getenv("HOME"); - int retval = 1; /* that's what we will return at the end; for now, let's think it'll be an error */ - - /* initialize rc-arg-array so we can safely clean up at the end */ -@@ -424,7 +424,7 @@ - fclose(file); - if (sys_verbose) - { -- if (rcargv) -+ if (rcargc) - { - post("startup args from RC file:"); - for (i = 1; i < rcargc; i++) -- cgit v1.2.1