-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-142560: bytearray: prevent UAF in search-like methods by exporting self buffer #142564
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
887afac
fix: bytearray: prevent UAF in search-like methods by exporting self …
fatelei 2dd958b
chore: add blurb
fatelei 2cb388b
fix: fix new format
fatelei b954fc7
fix: fix python lint error and make code more simple
fatelei 87b5cce
fix: fix code not regenerate
fatelei f1b7596
fix: fix ubuntu test failed for ass_subscript2
fatelei 13a6469
chore: add comment for method test_search_methods_reentrancy_raises_b…
fatelei b5efa3f
refactor: refactor test_search_methods_reentrancy_raises_buffererror …
fatelei 62b2801
fix: fix pre commit failed
fatelei 8419650
chore: using subTest to distinguish which method failed
fatelei 2df5acb
chore: using more light operation instead of heavy operation
fatelei e6c622e
fix: fix pre-commit error
fatelei 7964033
chore: resolve comment
fatelei 8b1cea2
chore: resolve comment
fatelei 782cab1
chore: update the news
fatelei 14963ea
chore: bytearray_contains add Py_BEGIN_CRITICAL_SECTION back
fatelei 87225ad
fix: fix build failed
fatelei 4214d56
chore: resolve comment
fatelei 01fcc68
fix: fix pre commit error
fatelei 6a58ffe
fix: fix news format
fatelei abb9fb7
fix: fix news format
fatelei 81a611d
chore: change args order
fatelei fb25b7d
fix: bytearray: prevent UAF in search-like methods by exporting self …
fatelei 176bcb2
chore: add blurb
fatelei ca7f893
fix: fix new format
fatelei e4bdc6c
fix: fix python lint error and make code more simple
fatelei c8905e3
fix: fix code not regenerate
fatelei 9d2e801
fix: fix ubuntu test failed for ass_subscript2
fatelei b816ac7
chore: add comment for method test_search_methods_reentrancy_raises_b…
fatelei ac5bf09
refactor: refactor test_search_methods_reentrancy_raises_buffererror …
fatelei 09b5edf
fix: fix pre commit failed
fatelei 70507f0
chore: using subTest to distinguish which method failed
fatelei f1ddb09
chore: using more light operation instead of heavy operation
fatelei 8c12c99
fix: fix pre-commit error
fatelei fa2f4a7
chore: resolve comment
fatelei db79ab3
chore: resolve comment
fatelei a1d1d66
chore: update the news
fatelei f7583b2
chore: bytearray_contains add Py_BEGIN_CRITICAL_SECTION back
fatelei d217984
fix: fix build failed
fatelei 8d3e0de
chore: resolve comment
fatelei fab4b60
fix: fix pre commit error
fatelei 08c6159
fix: fix news format
fatelei 13c110d
fix: fix news format
fatelei 8d04ec3
chore: change args order
fatelei bed7f4d
feat: contains, split, rsplit using ob_exports
fatelei f48c2d1
fix: fix git conflict
fatelei ade13be
Merge remote-tracking branch 'upstream/main' into issue-142495
fatelei File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: add comment for method test_search_methods_reentrancy_raises_b…
…uffererror
- Loading branch information
commit 13a646998ddac858e31fae3042476b59e37650eb
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.