You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Suggested-by: Yi Chen <[email protected]>
Fixes: 78a5883 ("selftests: netfilter: add conntrack clash resolution test case")
Signed-off-by: Florian Westphal <[email protected]>
0 commit comments