tool_easysrc.c: Test pointers against NULL
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 6 Sep 2012 19:00:26 +0000 (21:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Sep 2012 19:00:26 +0000 (21:00 +0200)
commit8b5d05026752b81532d4b1008266ab37bae39be2
treec568db043eec946c4328753e671c222dea783a69
parent2e7d2c8f7497d8eca30be1b98c9d0c80ef26e55f
tool_easysrc.c: Test pointers against NULL

While validating a new Clang diagnostic (-Wnon-literal-null-conversion -
yes, the name isn't quite correct in this case, but it suffices) I found
a few violations of it in Curl.
src/tool_easysrc.c