mirror of https://github.com/OISF/suricata
Add relro flags to libhtp
Hello, The main suricata program can detect and use relro/bind now linker flags. But the directive is per linked object. This means that while the app has protection, its code segment containing libhtp does not. The patch below passes the configure option to libhtp and let's it make use of the compiler's security protection. Signed-off-by: Steve Grubb <sgrubb@redhat.com>remotes/origin/master-1.2.x
parent
18d79c4215
commit
a65eb59c41
Loading…
Reference in New Issue