From: L. Alberto Giménez Date: Thu, 3 Feb 2011 21:26:43 +0000 (+0100) Subject: Fix a segfault when specifying an invalid host. X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/03e07fdb619f5708c5d015ec080f4d777b405603?hp=03e07fdb619f5708c5d015ec080f4d777b405603 Fix a segfault when specifying an invalid host. If the --host argument did not contain a valid hostname to contact to, a segmentation fault was raised because the return value from oauth_http_post and oauth_http_get was not being properly checked. ---