Skip to content
  • Nick Wellnhofer's avatar
    Fix uninitialized read with UTF-8 grouping chars · 6ce8de69
    Nick Wellnhofer authored
    The character type in xsltFormatNumberConversion was too narrow and
    an invalid character/length combination could be passed to
    xsltNumberFormatDecimal, resulting in an uninitialized read.
    
    Found by OSS-Fuzz.
    6ce8de69