[tor-commits] [tor/master] tor-coccinelle.h: add CHECK_SCANF

teor at torproject.org teor at torproject.org
Thu Oct 24 00:01:21 UTC 2019


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

    tor-coccinelle.h: add CHECK_SCANF
---
 scripts/coccinelle/tor-coccinelle.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h
index 97935c2dd..cbb9220a4 100644
--- 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 {





More information about the tor-commits mailing list