benluteijn / cherokee

Automatically exported from code.google.com/p/cherokee
0 stars 1 forks source link

server.c interger overflow #185

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
server.c: In function 'cherokee_server_new':
server.c:154: warning: integer overflow in expression

n->sendfile.max     = SENDFILE_MAX_SIZE;

(it is an off_t)

Original issue reported on code.google.com by ste...@konink.de on 31 Oct 2008 at 1:06

GoogleCodeExporter commented 9 years ago
r2259 fixed it. :-)

Original comment by alobbs on 31 Oct 2008 at 12:33