• Matt Stancliff's avatar
    Fix potential undefined struct read · 61eeedbe
    Matt Stancliff authored
    All the assignments to cb are inside conditionals, so it's
    vaguely possible it never gets initialized before we try
    to read from it with (cb.fn == NULL).
    
    Condition discovered with scan-build.
    
    Closes #229
    61eeedbe
async.c 21.5 KB