Commit 0a2b8e7
test:
`SIZE_MAX` is out of the range of `client->req_len` (unsigned int).
Compare `client->req_len` to `UINT_MAX` instead.
This fixes one of the Clang warnings as mentioned in #23.
Signed-off-by: Spxctre <[email protected]>REQUEST_FIXED_SIZE expression is always true comparing unsigned int to SIZE_MAX
1 parent 5d2d010 commit 0a2b8e7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments