Skip to content
  • Nick Wellnhofer's avatar
    string: Don't validate UTF-8 in xmlUTF8Strsub · 650f842d
    Nick Wellnhofer authored
    Most string functions can assume valid UTF-8. In order to detect malloc
    failures reliably, xmlUTF8Strsub should only return NULL if the start
    index is out of bounds or a memory allocation failed.
    650f842d