mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Added utf8toUnicode tfn - fix typo
This commit is contained in:
parent
781a506bc9
commit
eeb331ca46
@ -74,7 +74,7 @@ static unsigned char *c2x(unsigned what, unsigned char *where);
|
|||||||
static unsigned char x2c(unsigned char *what);
|
static unsigned char x2c(unsigned char *what);
|
||||||
static unsigned char xsingle2c(unsigned char *what);
|
static unsigned char xsingle2c(unsigned char *what);
|
||||||
|
|
||||||
/** \brief Validate IPv4 Netmask
|
/** \brief Decode utf-8 to unicode format.
|
||||||
*
|
*
|
||||||
* \param mp Pointer to memory pool
|
* \param mp Pointer to memory pool
|
||||||
* \param input Pointer to input data
|
* \param input Pointer to input data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user