Skip to content
  • Nick Wellnhofer's avatar
    Disallow namespace nodes in XPointer ranges · c1d1f712
    Nick Wellnhofer authored
    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.
    c1d1f712