]> granicus.if.org Git - libexpat/commit
Ensure the _check functions take parse text as char not XML_Char
authorRhodri James <rhodri@kynesim.co.uk>
Fri, 4 Aug 2017 16:59:04 +0000 (17:59 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Tue, 29 Aug 2017 20:30:32 +0000 (22:30 +0200)
commit0cf316f8258e81051756416645b75a78dcdf25ad
treea1bfb85c69fb3b5120b2a598df41dbc48d70e5c9
parentc64f7a6a65715dcbcebbc5d73468f5af347f3fff
Ensure the _check functions take parse text as char not XML_Char

_run_character_check() et al pass their parse text to XML_Parse()
via _XML_Parse_SINGLE_BYTES().  Both of these expect the parse text
as "const char *", not "const XML_Char *".
expat/tests/runtests.c