4 lines
117 B
Text
4 lines
117 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# This wrapper just disables the malloc checker
|
||
|
exec /usr/bin/scan-build -disable-checker unix.Malloc "$@"
|