mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
ULONG_MAX -> LLONG_MAX
This commit is contained in:
parent
f86673b97b
commit
be48cd56e1
@ -632,7 +632,7 @@ spdy_data_frame_recv(struct netbuf *nb)
|
||||
return (KORE_RESULT_ERROR);
|
||||
}
|
||||
|
||||
s->post_size = kore_strtonum(content, 10, 0, ULONG_MAX, &err);
|
||||
s->post_size = kore_strtonum(content, 10, 0, LLONG_MAX, &err);
|
||||
if (err == KORE_RESULT_ERROR) {
|
||||
kore_debug("bad content-length: %s", content);
|
||||
kore_mem_free(content);
|
||||
|
Loading…
x
Reference in New Issue
Block a user