]> granicus.if.org Git - libexpat/commit
Reject multi-byte encodings with no converter function.
authorRhodri James <rhodri@kynesim.co.uk>
Tue, 6 Jun 2017 16:54:32 +0000 (17:54 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 22 Jul 2017 20:49:17 +0000 (22:49 +0200)
commitfc06a529a3283c9b0ec5e253e98f4c23d3b9caa8
tree41378e0ee898bb59e5d45ec64fc12dc8ca6e2de6
parent63de667ed0aeb90b1a5a9ccf1f99b9001b830163
Reject multi-byte encodings with no converter function.

Not supplying a character encoding convert function when one was
needed previously caused a segfault if a multi-byte character was
encountered.  This errors at the start of parse instead.
expat/lib/xmltok.c