]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: fix assertions_on_constants for assert!(false)
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 4 Jan 2024 11:48:12 +0000 (12:48 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 15 Jan 2024 16:49:12 +0000 (17:49 +0100)
commita8199bf2ca16e8394b6bf5c41ba1bafe88f6ff53
treeba6297f7b06f09cab14e1e599a415dad4dbf1d5a
parentc49463c86f4c54f3bd322eaead07ce9a2c0b1d56
rust: fix assertions_on_constants for assert!(false)

using panic! instead with a string message
rust/src/dcerpc/dcerpc_udp.rs
rust/src/detect/byte_math.rs
rust/src/detect/uint.rs
rust/src/dhcp/parser.rs
rust/src/dns/parser.rs
rust/src/sip/parser.rs