Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > e60c9f3ba1f047a2c18a7f3befdd595e > files > 11

python2.4-2.4.5-1mdv2009.0.src.rpm

Index: Python/sysmodule.c
===================================================================
--- Python/sysmodule.c
+++ Python/sysmodule.c	2006-07-20 20:45:47.000000000 +0200
@@ -1184,7 +1184,7 @@
 PySys_SetArgv(int argc, char **argv)
 {
 #if defined(HAVE_REALPATH)
-	char fullpath[MAXPATHLEN];
+	char fullpath[PATH_MAX];
 #elif defined(MS_WINDOWS)
 	char fullpath[MAX_PATH];
 #endif