]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #4586: packet_io: check the DAQ_Msg_h parameter on api calls and return...
authorDavis McPherson -X (davmcphe - XORIANT CORPORATION at Cisco) <davmcphe@cisco.com>
Tue, 28 Jan 2025 21:42:36 +0000 (21:42 +0000)
committerSteven Baigal (sbaigal) <sbaigal@cisco.com>
Tue, 28 Jan 2025 21:42:36 +0000 (21:42 +0000)
commit68e061fd025968ce418472ef136ac295a451778b
tree06ab1e52b6bdc2daee107d48ea77babad68d0dd4
parent3716542d98607eddc18ea2b36725ae8104056ae5
Pull request #4586: packet_io: check the DAQ_Msg_h parameter on api calls and return an error code when it is a  null pointer

Merge in SNORT/snort3 from ~DAVMCPHE/snort3:add_daq_api_parameter_checks to master

Squashed commit of the following:

commit bbc8506425b0e322a327284b0d682d7ace3e18a6
Author: davis mcpherson <davmcphe@cisco.com>
Date:   Tue Jan 28 09:09:13 2025 -0500

    ftp_telnet: only add expected flows when the daq_msg fieldin the control packet is not null.

commit 58d45bda1ee4118c50d35987582807b02be075fe
Author: davis mcpherson <davmcphe@cisco.com>
Date:   Fri Jan 24 15:20:27 2025 -0500

    packet_io: check the DAQ_Msg_h parameter on api calls and return an error code when it is a  null pointer
src/flow/expect_cache.cc
src/packet_io/sfdaq_instance.cc
src/stream/tcp/tcp_reassembler.cc