tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 2e64dfea95c95499291661256ce97e6ae3d8bc88
parent b867e97ce6825e3d7f33a3c3dce8c65f11fe15ec
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  9 Oct 2019 10:38:22 -0400

tor-coccinelle.h: add CHECK_SCANF

Diffstat:
Mscripts/coccinelle/tor-coccinelle.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h @@ -20,6 +20,7 @@ #define MOCK_DECL(a, b, c) a b c #define MOCK_IMPL(a, b, c) a b c #define CHECK_PRINTF(a, b) +#define CHECK_SCANF(a, b) #define STATIC static #define STMT_BEGIN do {