Menu

#1 memory leak in cgi gateway

open
nobody
None
5
2004-01-06
2004-01-06
Anonymous
No

request.c, line 749 I believe (I've changed a few
things), there is a for (i=0; i<15; i++) loop that
frees an array of pointers to malloc'd memory. The for
loop should be (i=0; i<25; i++).

Discussion


Log in to post a comment.