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

Fix memory access violation in NGINX 1.13.10 #43

Closed
travisspencer opened this issue Nov 26, 2018 · 0 comments
Closed

Fix memory access violation in NGINX 1.13.10 #43

travisspencer opened this issue Nov 26, 2018 · 0 comments

Comments

@travisspencer
Copy link
Member

Due to what seems like a change in NGINX 1.13.10, the cached request buffer is freed after the first use. Consequently, the first request with some token where the cache is empty succeeds (when the cache is enabled) . The next with the same token, however, fails because the buffer has been freed. The result is a segfault.

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