Skip to content
  • Daniel Boles's avatar
    cssbordervalue: Fix possible use of uninitialised · 5e6293e5
    Daniel Boles authored
    If value->values[i] is NULL, then values[i] was left uninitialised.
    The code then reads each element of values[].
    
    CID 1432029 (#1 of 1): Uninitialized pointer read (UNINIT)
    11. uninit_use: Using uninitialized value values[i].
    5e6293e5