Skip to content
Snippets Groups Projects
Commit 44b28f37 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

More suppressions

parent 5e9cb20e
No related branches found
No related tags found
No related merge requests found
Pipeline #8101 passed
......@@ -101,6 +101,7 @@ recv_nbytes(struct http_session *sess, uint8_t *buf, const size_t chunk_size, bo
{
ssize_t received = 0;
// coverity[tainted_data_argument:SUPPRESS]
while (received < chunk_size) {
ssize_t rc;
if (sess->is_tls) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment