Commit c1d1f7121194036608bf555f08d3062a36fd344b

Nick Wellnhofer 2016-06-28T18:34:52

Disallow namespace nodes in XPointer ranges Namespace nodes must be copied to avoid use-after-free errors. But they don't necessarily have a physical representation in a document, so simply disallow them in XPointer ranges. Found with afl-fuzz. Fixes CVE-2016-4658.