FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c by sweeneyde · Pull Request #94044 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c
- #94044
#94044
Open
sweeneyde
wants to merge 8 commits into
python:main
python/cpython:main
from
sweeneyde:compile_overflows
sweeneyde/cpython:compile_overflows
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Open
GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c
#94044
sweeneyde
wants to merge 8 commits into
python:main
python/cpython:main
from
sweeneyde:compile_overflows
sweeneyde/cpython:compile_overflows
Copy head branch name to clipboard
Commits
Commits on Jun 21, 2022
Harden overflow checks before _PyBytes_Resize in compile.c
sweeneyde
committed
72ab0f5
View commit details
Copy full SHA for 72ab0f5
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
fa9e69d
View commit details
Copy full SHA for fa9e69d
Browse repository at this point
Another test, more comments
sweeneyde
committed
e0054bf
View commit details
Copy full SHA for e0054bf
Browse repository at this point
remove unused variable
sweeneyde
committed
e05b51e
View commit details
Copy full SHA for e05b51e
Browse repository at this point
Commits on Jul 26, 2022
Merge remote-tracking branch 'upstream/main' into compile_overflows
sweeneyde
committed
cebc41b
View commit details
Copy full SHA for cebc41b
Browse repository at this point
simplify checks by using b_len/unitsize. use INT_MAX..
sweeneyde
committed
75a08cd
View commit details
Copy full SHA for 75a08cd
Browse repository at this point
re-use b_len
sweeneyde
committed
7febdc8
View commit details
Copy full SHA for 7febdc8
Browse repository at this point
Commits on Jul 27, 2022
remove misleading assertion
sweeneyde
committed
4a708eb
View commit details
Copy full SHA for 4a708eb
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL