You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
471 B
15 lines
471 B
3 months ago
|
--- src/libinjection_sqli.c.orig
|
||
|
+++ src/libinjection_sqli.c
|
||
|
@@ -18,10 +18,7 @@
|
||
|
#include "libinjection_sqli.h"
|
||
|
#include "libinjection_sqli_data.h"
|
||
|
|
||
|
-#ifdef __clang_analyzer__
|
||
|
-// make clang analyzer happy by defining a dummy version
|
||
|
-#define LIBINJECTION_VERSION "undefined"
|
||
|
-#endif
|
||
|
+#define LIBINJECTION_VERSION "b9fcaaf9e50e9492807b23ffcc6af46ee1f203b9"
|
||
|
|
||
|
#define LIBINJECTION_SQLI_TOKEN_SIZE sizeof(((stoken_t*)(0))->val)
|
||
|
#define LIBINJECTION_SQLI_MAX_TOKENS 5
|