Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core leak in CGI module #79

Open
GoogleCodeExporter opened this issue Aug 23, 2015 · 1 comment
Open

Core leak in CGI module #79

GoogleCodeExporter opened this issue Aug 23, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

read_cgi_input allocates a linked list and potentially some disk space, but 
there is no way to free those resources short of calling exit().

This is a minor leak that is of no consequence in a CGI program, but it should 
be fixed if we ever intend to use that module in any other context.  The leak 
is several hundred bytes per realm.

Original issue reported on code.google.com by wes%page...@gtempaccount.com on 28 Sep 2010 at 2:26

@GoogleCodeExporter
Copy link
Author

Original comment by wes@page.ca on 5 Sep 2012 at 3:25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant