Mercurial > dropbear
view dropbear_lint.sh @ 1775:8179eabe16c9
fuzzing - fix some wrong types and -lcrypt on macos
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 02 Nov 2020 20:33:48 +0800 |
parents | 90fffce0ee99 |
children |
line wrap: on
line source
#!/bin/sh EXITCODE=0 # #ifdef instead of #if grep '#ifdef DROPBEAR' -I *.c *.h && EXITCODE=1 exit $EXITCODE