wine/dlls/xmllite
David Kahurani fa591d3c56 xmllite/writer: Properly validate DocType name.
Current code skips a character and goes on to run is_namechar the next
instead of the current character ultimately always running a null
string on is_namechar and therefore always returning error on
multi-character strings

Signed-off-by: David Kahurani <k.kahurani@gmail.com>
2022-10-10 11:07:46 +02:00
..
tests xmllite/writer: Properly validate DocType name. 2022-10-10 11:07:46 +02:00
Makefile.in
reader.c
writer.c xmllite/writer: Properly validate DocType name. 2022-10-10 11:07:46 +02:00
xmllite.spec
xmllite_private.h