summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/double-free-on-binop-dtype_assert
blob: b7a9a1cc7e8b0463d32d1e3aad6838a356a2ffff (plain)
1
2
3
4
5
6
table inet t {
	chain c {
		udp length . @th,160,118 vmap { 47-63 . 0xe3731353631303331313037353532/3 : accept }
		jump noexist # only here so this fails to load after patch.
	}
}