• Jean-Paul Saman's avatar
    Split check for if-clause · 8ae2becd
    Jean-Paul Saman authored
    The boolean operator || requires an evaluation of both expressions.
    If the expressions evaluates pointers, then care must be taken that
    both expressions have valid pointer. In this case it cannot be guaranteed,
    thus splitting the check is needed.
    8ae2becd
xvba_decode.c 20.8 KB