]> git.eshelyaron.com Git - emacs.git/commit
Replace NUL characters when calling into libxml
authorRobert Pluim <rpluim@gmail.com>
Tue, 26 Feb 2019 15:37:09 +0000 (16:37 +0100)
committerRobert Pluim <rpluim@gmail.com>
Wed, 27 Feb 2019 16:19:21 +0000 (17:19 +0100)
commitd07f3aae48242ad70e874c2d10fc15b7e1efa4d6
treee2d0ba749e498e046a09eb0bcfbf1f31126a2164
parent9564fc33f5f0bcad2cb775ed8f597512ef6c0f1d
Replace NUL characters when calling into libxml

2019-02-27  Robert Pluim  <rpluim@gmail.com>

* lisp/net/eww.el (eww-display-html): Replace NUL characters with
"\0", as libxml can't handle embedded NULLs.  (Bug#34469)
lisp/net/eww.el