haproxy/include
Willy Tarreau f401668306 MINOR: debug: add a new DISGUISE() macro to pass a value as identity
This does exactly the same as ALREADY_CHECKED() but does it inline,
returning an identical copy of the scalar variable without letting
the compiler know how it might have been transformed. This can
forcefully disable certain null-pointer checks or result checks when
known undesirable. Typically forcing a crash with *(DISGUISE(NULL))=0
will not cause a null-deref warning.
2020-03-14 10:52:46 +01:00
..
common MINOR: debug: add a new DISGUISE() macro to pass a value as identity 2020-03-14 10:52:46 +01:00
import
proto CLEANUP: assorted typo fixes in the code and comments 2020-03-14 09:42:07 +01:00
types CLEANUP: assorted typo fixes in the code and comments 2020-03-14 09:42:07 +01:00