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
Extend ASAN env var to apply to libmodsecurity as well
Example usage:
$ cd /home/test
$ ASAN=1 make lms nginx-static
$ ./nginx-static
(do your testing with e.g. nikto tool)
$ kill `cat /var/run/nginx.pid`
(check for ASAN output)
Note that it is required to set "master_process off;" in nginx.conf
for proper testing. ASAN output goes to /var/log/nginx/error.log
once nginx is started. Before opening error log, ASAN output goes to
stderr.
0 commit comments