1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

coverity 83672 dead code

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2014-11-30 12:47:33 +08:00
parent f14ea7a906
commit 4bd1a4d4e0

View file

@ -126,8 +126,6 @@ lws_b64_decode_string(const char *in, char *out, int out_size)
quad[i] = 0;
}
}
if (!len)
continue;
if (out_size < (done + len - 1))
/* out buffer is too small */