-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
gh-140979: Fix off-by-one error in the RE code validator #140984
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
gh-140979: Fix off-by-one error in the RE code validator #140984
Conversation
It was too lenient and allowed MARK opcodes with too large value.
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…nGH-140984) It was too lenient and allowed MARK opcodes with too large value. (cherry picked from commit 1326d2a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-141000 is a backport of this pull request to the 3.13 branch. |
…nGH-140984) It was too lenient and allowed MARK opcodes with too large value. (cherry picked from commit 1326d2a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-141001 is a backport of this pull request to the 3.14 branch. |
|
|
It was too lenient and allowed MARK opcodes with too large value.
re.Scanner#140797_validate_inner()function small bug #140979