mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
coverity 83682 base64 decode more dead code
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
b743623ff4
commit
b03430745b
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ lws_b64_encode_string(const char *in, int in_len, char *out, int out_size)
|
|||
} else
|
||||
triple[i] = 0;
|
||||
}
|
||||
if (!len)
|
||||
continue;
|
||||
|
||||
if (done + 4 >= out_size)
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue