mirror of https://github.com/OISF/suricata
http: fix nul deref on memcap reached
HttpRangeOpenFileAux may return NULL in different cases, including when memcap is reached. But is only caller did not check it before calling HttpRangeAppendData which would dereference the NULL value. Ticket: 7029pull/11112/head
parent
f073cf2350
commit
fd262df457
Loading…
Reference in New Issue