You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Error occurs on line 125 of mod_security2.c
I think it could be fixed easily by changing line 109 of that same file to a const char pointer: const char *pcre_vrs = NULL;
I don't have an easy way of testing this so I didn't want to submit a pull request.
The text was updated successfully, but these errors were encountered:
This is a compile warning that I think would be easy to fix.
The output from my compiler is:
To Reproduce
Server (please complete the following information):
ModSecurity: APR compiled version="1.6.5"; loaded version="1.6.5"
ModSecurity: PCRE compiled version="8.39 "; loaded version="8.39 2016-06-14"
ModSecurity: LUA compiled version="Lua 5.2"; installed version="Lua 5.2.4"
ModSecurity: YAJL compiled version="2.1.0"
ModSecurity: LIBXML compiled version="2.9.10"
Apache 2.4.41
Ubuntu 20.04.5 LTS (focal)
Additional context
Error occurs on line 125 of
mod_security2.c
I think it could be fixed easily by changing line 109 of that same file to a
const
char pointer:const char *pcre_vrs = NULL;
I don't have an easy way of testing this so I didn't want to submit a pull request.
The text was updated successfully, but these errors were encountered: