From: Eric Gillespie Date: Sun, 10 Apr 2016 06:19:19 +0000 (+0000) Subject: check curl_ctx->res_len > 0 not res_body != NULL X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/6e50e1df759610bcdd9ffbb26ae405f2289288b9?ds=inline;hp=6e50e1df759610bcdd9ffbb26ae405f2289288b9 check curl_ctx->res_len > 0 not res_body != NULL res_body is not a pointer and is never NULL (Thanks clang!) ---