]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Deal with complaints about len parameter of fr_udp_checksum (CIDs below) (#4712)
authorJames Jones <jejones3141@gmail.com>
Mon, 12 Sep 2022 23:41:25 +0000 (18:41 -0500)
committerGitHub <noreply@github.com>
Mon, 12 Sep 2022 23:41:25 +0000 (19:41 -0400)
commit1dcea465d37773f2b2febe15123edc3f50fc044f
tree2eaed4ff315a231ae7d8587f733abf48d662fc1a
parent8073feb4f9c13d9090a2ea5baf6dc77bf44e1182
Deal with complaints about len parameter of fr_udp_checksum (CIDs below) (#4712)

15040681503957, 150468: use the value l4_len directly so it's not
                          fed through two byte swaps and hence tainted.
src/lib/util/net.c
src/protocols/dhcpv4/pcap.c
src/protocols/dhcpv4/raw.c