rpms/acl/devel acl-2.2.39-path_max.patch,1.2,1.3

Jiří Moskovčák (jmoskovc) fedora-extras-commits at redhat.com
Thu Sep 20 15:23:01 UTC 2007


Author: jmoskovc

Update of /cvs/extras/rpms/acl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21109

Modified Files:
	acl-2.2.39-path_max.patch 
Log Message:


acl-2.2.39-path_max.patch:

Index: acl-2.2.39-path_max.patch
===================================================================
RCS file: /cvs/extras/rpms/acl/devel/acl-2.2.39-path_max.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- acl-2.2.39-path_max.patch	20 Sep 2007 13:53:35 -0000	1.2
+++ acl-2.2.39-path_max.patch	20 Sep 2007 15:22:59 -0000	1.3
@@ -14,11 +14,11 @@
  	int c;
 -	char linebuf[1024];
 +	/*
-+	  Max PATH_MAX bytes even for UTF-8 path names and additional 6 
-+	  bytes for "#file:". Not a good solution but for now it is the 
++	  Max PATH_MAX bytes even for UTF-8 path names and additional 9 
++	  bytes for "# file: ".Not a good solution but for now it is the 
 +	  best I can do without too much impact on the code. [tw]
 +	*/
-+	char linebuf[(4*PATH_MAX)+6];
++	char linebuf[(4*PATH_MAX)+9];
  	char *cp;
  	char *p;
  	int comments_read = 0;




More information about the fedora-extras-commits mailing list