Fix a bunch of NULL pointers
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"!
Please register or sign in to comment