Good day,
I have a pretty simple module that is crashing my server as soon as I
dereference a pointer that comes from the request_rec pool.
This is on CentOS 6.7, with Apache 2.4 compiled. It's a fresh VM on AWS.
The module was compiled with apxs. The code is listed below. The output I
get in the
On Thu, Mar 10, 2016 at 3:59 PM, Justin Kennedy wrote:
>
> I have a pretty simple module that is crashing my server as soon as I
> dereference a pointer that comes from the request_rec pool.
preprocess with -E and look to make sure the httpd headers are coming
from where you expect? Maybe someho