Updates libinjection.

This is not yet their v3.10.0. But I belive it is close to be.
See #124 at client9/libinjection for further information.
This commit is contained in:
Felipe Zimmerle
2017-05-30 10:43:10 -03:00
parent e5dbe59336
commit 53571a860d
6 changed files with 177 additions and 457 deletions

View File

@@ -40,10 +40,6 @@ struct libinjection_sqli_token {
#ifdef SWIG
%immutable;
#endif
char type;
char str_open;
char str_close;
/*
* position and length of token
* in original string
@@ -57,6 +53,9 @@ struct libinjection_sqli_token {
*/
int count;
char type;
char str_open;
char str_close;
char val[32];
};