Skip to content

Commit

Permalink
Coverity polish: 1605321 Overflowed integer argument
Browse files Browse the repository at this point in the history
  • Loading branch information
nigoroll committed Sep 12, 2024
1 parent 0757b38 commit c2e5338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/varnishd/http1/cache_http1_pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static struct lock pipestat_mtx;
static int
rdf(int fd0, int fd1, uint64_t *pcnt)
{
int i, j;
ssize_t i, j;
char buf[BUFSIZ], *p;

i = read(fd0, buf, sizeof buf);
Expand Down

0 comments on commit c2e5338

Please sign in to comment.