- fix coverity issues 966593-966596
This commit is contained in:
parent
8eb094b946
commit
7b7b18c57e
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@ static int t_fromb64(unsigned char *a, const char *src)
|
||||||
else a[i] = loc - b64table;
|
else a[i] = loc - b64table;
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
|
/* if nothing valid to process we have a zero length response */
|
||||||
|
if (i == 0)
|
||||||
|
return 0;
|
||||||
size = i;
|
size = i;
|
||||||
i = size - 1;
|
i = size - 1;
|
||||||
j = size;
|
j = size;
|
||||||
|
|
Loading…
Reference in a new issue