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

Memory leak in formatter middleware #301

Closed
dblock opened this issue Dec 27, 2012 · 1 comment
Closed

Memory leak in formatter middleware #301

dblock opened this issue Dec 27, 2012 · 1 comment

Comments

@dblock
Copy link
Member

dblock commented Dec 27, 2012

See #291. The call for .to_sym will leak the symbol since those are never garbage collected. Malicious users can abuse.

@dblock
Copy link
Member Author

dblock commented Dec 28, 2012

Cookie to_sym fix in df8665c
Formatter middleware to_sym fix in db7d190

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

No branches or pull requests

1 participant