libdime
libdime copied to clipboard
null pointer reference in encoding.c, base64_decode
The code looks like this:
if (result_length == NULL)
goto error;
error:
*result_length = 0;