]> git.ipfire.org Git - thirdparty/suricata.git/commit
nfs/rpc: enforce length field limits
authorVictor Julien <vjulien@oisf.net>
Sat, 19 Feb 2022 07:42:35 +0000 (08:42 +0100)
committerVictor Julien <vjulien@oisf.net>
Mon, 21 Feb 2022 19:25:18 +0000 (20:25 +0100)
commitfe76ab1803bea02f47f691b5944ba319a3bc0300
tree043be1b8f5d4627e0b58591c45fabec678f649a2
parent5ecb626e50048cfa43ad67cdd80307377e90926c
nfs/rpc: enforce length field limits

Limits based on the Linux kernel limits. Then multiplied a few times
to allow for other implementations to have higher limits.
rust/src/nfs/rpc_records.rs