mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
- fix coverity issues 966593-966596
This commit is contained in:
parent
e1ce131d4d
commit
8bbfd94e36
@ -93,6 +93,9 @@ static int t_fromb64(unsigned char *a, const char *src)
|
||||
else a[i] = loc - b64table;
|
||||
++i;
|
||||
}
|
||||
/* if nothing valid to process we have a zero length response */
|
||||
if (i == 0)
|
||||
return 0;
|
||||
size = i;
|
||||
i = size - 1;
|
||||
j = size;
|
||||
|
Loading…
Reference in New Issue
Block a user