From cdafd90b2af910c1acd6ebb8a8e7d8779c676c9d Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 22:55:44 +0000 Subject: Apply patch mod_fcgid-2.3.9-r1847623.patch patch_name: mod_fcgid-2.3.9-r1847623.patch present_in_specfile: true --- diff --git a/modules/fcgid/fcgid_conf.h b/modules/fcgid/fcgid_conf.h index 60aeee8..47d68bb 100644 --- a/modules/fcgid/fcgid_conf.h +++ b/modules/fcgid/fcgid_conf.h @@ -138,7 +138,7 @@ typedef struct { * to limit shared memory use */ #define INITENV_KEY_LEN 64 -#define INITENV_VAL_LEN 128 +#define INITENV_VAL_LEN 256 #define INITENV_CNT 64 typedef struct { char initenv_key[INITENV_CNT][INITENV_KEY_LEN];