1
0
Fork 0
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:
Andy Green 2014-11-30 13:39:09 +08:00
parent b743623ff4
commit b03430745b

View file

@ -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;