]> git.ipfire.org Git - thirdparty/suricata.git/commit
dcerpc: use wrapping to prevent u16 overflow
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 2 Jun 2025 20:31:19 +0000 (22:31 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 4 Jun 2025 07:39:47 +0000 (09:39 +0200)
commit261d2ad63bb3bdd00b9ce40086adc9b1bf73156a
tree1b567749aa23e2f5d30ed5b6236e00b49d586243
parent3bc88d8330ba75fcd5b3a2ee3707bce62d6519ed
dcerpc: use wrapping to prevent u16 overflow

Otherwise, rust with debug assertion may trigger a panic
rust/src/smb/dcerpc_records.rs