Skip to content
  • Víctor Manuel Jáquez Leal's avatar
    libs: utils: glx: check return value · 84870b16
    Víctor Manuel Jáquez Leal authored
    Coverity scan bug:
    
    If the function returns an error value, the error value may be
    mistaken for a normal value.
    
    Function sscanf returns the number of assignations done. Validate this
    return value with the number of expected variables to match.
    84870b16