agent: Avoid a potential NULL pointer dereference
password could be NULL (priv_get_password() can return NULL), but g_base64_decode() aborts if it receives NULL for the encoded text.
Showing
Please register or sign in to comment
password could be NULL (priv_get_password() can return NULL), but g_base64_decode() aborts if it receives NULL for the encoded text.