| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| Fix a potential denial of service in the :mod:`imaplib` module. When connecting | ||
| to a malicious server, it could cause an arbitrary amount of memory to be | ||
| allocated. On many systems this is harmless as unused virtual memory is only a | ||
| mapping, but if this hit a virtual address size limit it could lead to a | ||
| :exc:`MemoryError` or other process crash. On unusual systems or builds where | ||
| all allocated memory is touched and backed by actual ram or storage it could've | ||
| consumed resources doing so until similarly crashing. |
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.