Skip to content

Commit

Permalink
QUIC FIFD: Coverity
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #21565)
  • Loading branch information
hlandau committed Aug 10, 2023
1 parent 451055d commit 565d298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssl/quic/quic_fifd.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ static void on_acked(void *arg)
continue;

if (chunks[i].end >= chunks[i].start)
/* coverity[check_return]: Best effort - we cannot fail here. */
ossl_quic_sstream_mark_acked(sstream,
chunks[i].start, chunks[i].end);

Expand Down

0 comments on commit 565d298

Please sign in to comment.