haproxy/dev/coccinelle/bug_on.cocci

8 lines
58 B
Plaintext

@@
expression E;
@@
- if (E)
- ABORT_NOW();
+ BUG_ON(E);