File: bug_on.cocci

package info (click to toggle)
haproxy 3.2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,976 kB
  • sloc: ansic: 268,762; sh: 3,489; xml: 1,756; python: 1,345; makefile: 1,159; perl: 168; cpp: 21
file content (7 lines) | stat: -rw-r--r-- 58 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
@@
expression E;
@@

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