Skip to content
  • Ondrej Holy's avatar
    common: Prevent crashes on invalid autorun file · a23eb6f1
    Ondrej Holy authored
    GRegex expects valid UTF-8 input by default and libpcre may crash if
    it is not valid. GRegex is used to parse autorun file, which doesn't
    have to be always valid. Let's use G_REGEX_RAW to prevent the crashes.
    
    Closes: #344
    a23eb6f1