libdime icon indicating copy to clipboard operation
libdime copied to clipboard

null pointer reference in encoding.c, base64_decode

Open rillig opened this issue 10 years ago • 0 comments

The code looks like this:

  if (result_length == NULL)
    goto error;

error:
  *result_length = 0;

rillig avatar Sep 28 '15 20:09 rillig