Skip to content
  • Cody Cutler's avatar
    Fix a bunch of NULL pointers · 0450a43c
    Cody Cutler authored
    strncmp and sscanf will segfault if you give them a NULL pointer.  This
    patch doesn't really change behavior but we shouldn't really be
    segfaulting!
    
    If anything it logs an error message instead of mysteriously dying with
    "status 11"!
    0450a43c