[stubs] Added XML_SetHashSalt stub
It't required to fix the problem created by the fix for CVE-2012-0876 This is a great example of a solution that creates more problems than it solves.
This commit is contained in:
parent
e3fc9982c6
commit
c9ec2cb51e
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@
|
|||
f(void, XML_ParserFree, \
|
||||
(XML_Parser parser), \
|
||||
(parser), (void)0) \
|
||||
f(int, XML_SetHashSalt, \
|
||||
(XML_Parser parser, unsigned long salt), \
|
||||
(parser, salt), 0) \
|
||||
f(enum XML_Status, XML_Parse, \
|
||||
(XML_Parser parser, const char* s, int len, int isFinal), \
|
||||
(parser, s, len, isFinal), XML_STATUS_ERROR)
|
||||
|
|
Loading…
Reference in a new issue