Files
linux/tools
Florian Westphal 661a4f307f selftests: netfilter: fix udpclash tool hang
Yi Chen reports that 'udpclash' loops forever depending on compiler
(and optimization level used); while (x == 1) gets optimized into
for (;;).  Add volatile qualifier to avoid that.

While at it, also run it under timeout(1) and fix the resize script
to not ignore the timeout passed as second parameter to insert_flood.

Reported-by: Yi Chen <yiche@redhat.com>
Suggested-by: Yi Chen <yiche@redhat.com>
Fixes: 78a5883635 ("selftests: netfilter: add conntrack clash resolution test case")
Signed-off-by: Florian Westphal <fw@strlen.de>
2025-09-04 09:19:24 +02:00
..
2025-06-26 10:51:41 -07:00
2025-07-23 11:55:22 +02:00
2025-04-22 19:10:04 +01:00
2025-08-19 20:32:54 -04:00
2025-07-28 16:47:35 -04:00
2025-04-28 17:18:48 -07:00