]> git.ipfire.org Git - thirdparty/iptables.git/commit
extensions: libxt_sctp: Add an extra assert()
authorPhil Sutter <phil@nwl.cc>
Fri, 17 May 2024 13:20:05 +0000 (15:20 +0200)
committerPhil Sutter <phil@nwl.cc>
Wed, 12 Jun 2024 15:14:27 +0000 (17:14 +0200)
commit0234117d24609070f08ef36a11795c3c8e4c19bf
tree43d2163cc2f938a3dcee247561787fe7f856632f
parent14f313ec68e2e4ff7eeb94b0fd125f7adcab77e3
extensions: libxt_sctp: Add an extra assert()

The code is sane, but this keeps popping up in static code analyzers.

Signed-off-by: Phil Sutter <phil@nwl.cc>
extensions/libxt_sctp.c