[SCM] faad2 packaging branch, master, updated. debian/2.7-4-9-ga73c67f

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Aug 17 08:38:03 UTC 2010


The following commit has been merged in the master branch:
commit a73c67fba01e963376a5a23afc49d68211d084e6
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Tue Aug 17 10:40:52 2010 +0200

    And another fix for the fix fir the fix.

diff --git a/debian/patches/path_max.patch b/debian/patches/path_max.patch
index 959c035..717d92c 100644
--- a/debian/patches/path_max.patch
+++ b/debian/patches/path_max.patch
@@ -69,7 +69,7 @@ Forwarded: menno at audiocoding.com
              fnp[0] = '\0';
  
 -        strcat(audioFileName, file_ext[format]);
-+        strncat(audioFileName, file_ext[format], PATH_MAX - sizeof(audioFileName));
++        strncat(audioFileName, file_ext[format], PATH_MAX - strlen(audioFileName));
      }
  
      /* check for mp4 file */

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list