haproxy/dev/coccinelle/xalloc_cast.cocci

12 lines
50 B
Plaintext

@@
type T;
@@
- (T*)
(
malloc
|
calloc
)
(...)