jani Mon Nov 5 16:14:11 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
ws
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.166&r2=1.167&diff_format=u
Index: php-src/ext/standard/filestat.c
diff -u php-src/ext/standard/filestat.c:1.166
php-src/ext/standard/filestat.c:1.167
--- php-src/ext/standard/filestat.c:1.166 Mon Nov 5 16:12:55 2007
+++ php-src/ext/standard/filestat.c Mon Nov 5 16:14:11 2007
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: filestat.c,v 1.166 2007/11/05 16:12:55 jani Exp $ */
+/* $Id: filestat.c,v 1.167 2007/11/05 16:14:11 jani Exp $ */
#include "php.h"
#include "fopen_wrappers.h"
@@ -439,7 +439,7 @@
struct group *retgrptr;
long grbuflen = sysconf(_SC_GETGR_R_SIZE_MAX);
char *grbuf;
-
+
if (grbuflen < 1) {
RETURN_FALSE;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php