This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
haproxy
mirror of
http://git.haproxy.org/git/haproxy.git/
Watch
1
Star
0
Fork
You've already forked haproxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
64d0ed515b
haproxy
/
dev
/
coccinelle
/
bug_on.cocci
8 lines
58 B
Plaintext
Raw
Blame
History
@@
expression E;
@@
- if (E)
- ABORT_NOW();
+ BUG_ON(E);
Reference in New Issue
View Git Blame
Copy Permalink