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:
parent
f14ea7a906
commit
4bd1a4d4e0
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue