FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-67877: Fix memory leaks in terminated RE matching by serhiy-storchaka · Pull Request #126843 · python/cpython · GitHub

/ cpython Public

gh-67877: Fix memory leaks in terminated RE matching - #126843

Closed
serhiy-storchaka wants to merge 1 commit into
python:mainfrom
serhiy-storchaka:re-memleaks-alt
Closed

gh-67877: Fix memory leaks in terminated RE matching#126843
serhiy-storchaka wants to merge 1 commit into
python:mainfrom
serhiy-storchaka:re-memleaks-alt

Conversation

serhiy-storchaka commented Nov 14, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

If SRE(match) function terminates abruptly, either because of a signal or because memory allocation fails, allocated SRE_REPEAT blocks might be never released.

If SRE(match) function terminates abruptly, either because of a signal
or because memory allocation fails, allocated SRE_REPEAT blocks might
be never released.

Copy link
Copy Markdown
Member Author

See also #126840.

serhiy-storchaka deleted the re-memleaks-alt branch November 18, 2024 10:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL