b04572
# ./pullrev.sh 1847623
b04572
http://svn.apache.org/viewvc?view=revision&revision=1847623
b04572
b04572
https://bugzilla.redhat.com/show_bug.cgi?id=1651310
b04572
b04572
--- mod_fcgid-2.3.9/modules/fcgid/fcgid_conf.h
b04572
+++ mod_fcgid-2.3.9/modules/fcgid/fcgid_conf.h
b04572
@@ -138,7 +138,7 @@
b04572
  * to limit shared memory use
b04572
  */
b04572
 #define INITENV_KEY_LEN 64
b04572
-#define INITENV_VAL_LEN 128
b04572
+#define INITENV_VAL_LEN 256
b04572
 #define INITENV_CNT 64
b04572
 typedef struct {
b04572
     char initenv_key[INITENV_CNT][INITENV_KEY_LEN];