FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Fix 33 reproduced fuzzing and static-review defects by youknowone · Pull Request #8514 · RustPython/RustPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
99
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Fix 33 reproduced fuzzing and static-review defects
- #8514
#8514
Merged
youknowone
merged 40 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:fuzzer-issues
youknowone/RustPython:fuzzer-issues
Copy head branch name to clipboard
Aug 13, 2026
Conversation
Commits
40
(40)
Checks
Files changed
Merged
Fix 33 reproduced fuzzing and static-review defects
#8514
youknowone
merged 40 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:fuzzer-issues
youknowone/RustPython:fuzzer-issues
Copy head branch name to clipboard
Commits
Commits on Aug 13, 2026
mmap: guard move() against dest/src past the mapping size
Show description for 6afa8ad
youknowone
committed
6afa8ad
View commit details
Copy full SHA for 6afa8ad
Browse repository at this point
exceptions: keep ImportError name/path/name_from out of an empty instance dict
Show description for d0cc9b2
youknowone
committed
d0cc9b2
View commit details
Copy full SHA for d0cc9b2
Browse repository at this point
asyncio: stop unwrapping the _current_tasks downcast in current_task()
Show description for 3cdca38
youknowone
committed
3cdca38
View commit details
Copy full SHA for 3cdca38
Browse repository at this point
asyncio: raise TypeError when FutureIter.throw()'s exception class returns a non-exception
Show description for 8525e5a
youknowone
committed
8525e5a
View commit details
Copy full SHA for 8525e5a
Browse repository at this point
sequence: use a fallible reservation for sequence repetition
Show description for 4f09fc9
youknowone
committed
4f09fc9
View commit details
Copy full SHA for 4f09fc9
Browse repository at this point
collections: reject an oversized deque repetition with MemoryError
Show description for 4555824
youknowone
committed
4555824
View commit details
Copy full SHA for 4555824
Browse repository at this point
itertools: raise OverflowError for an out-of-range r argument
Show description for 5fc6713
youknowone
committed
5fc6713
View commit details
Copy full SHA for 5fc6713
Browse repository at this point
math: stream the generic sumprod path instead of collecting both iterables
Show description for 7ca0170
youknowone
committed
7ca0170
View commit details
Copy full SHA for 7ca0170
Browse repository at this point
_imp: raise TypeError for a second positional argument to find_frozen
Show description for e10a9dc
youknowone
committed
e10a9dc
View commit details
Copy full SHA for e10a9dc
Browse repository at this point
_typing: check _idfunc arity before indexing args
Show description for a625bb7
youknowone
committed
a625bb7
View commit details
Copy full SHA for a625bb7
Browse repository at this point
exceptions: require a sequence for the ExceptionGroup excs argument
Show description for 3a5a6bf
youknowone
committed
3a5a6bf
View commit details
Copy full SHA for 3a5a6bf
Browse repository at this point
mmap: treat an inverted find/rfind range as empty
Show description for 8074cd2
youknowone
committed
8074cd2
View commit details
Copy full SHA for 8074cd2
Browse repository at this point
collections: give deque and defaultdict a GC traverse
Show description for 4bfb4e5
youknowone
committed
4bfb4e5
View commit details
Copy full SHA for 4bfb4e5
Browse repository at this point
itertools: opt the iterator types into GC traverse
Show description for b84a311
youknowone
committed
b84a311
View commit details
Copy full SHA for b84a311
Browse repository at this point
_ctypes: mask an out-of-range int instead of panicking
Show description for 126a1f7
youknowone
committed
126a1f7
View commit details
Copy full SHA for 126a1f7
Browse repository at this point
hashlib: import _hashlib when a hash module is loaded
Show description for 18be6c8
youknowone
committed
18be6c8
View commit details
Copy full SHA for 18be6c8
Browse repository at this point
_csv: fall back to the built-in dialect defaults when none is registered
Show description for 12c1e5b
youknowone
committed
12c1e5b
View commit details
Copy full SHA for 12c1e5b
Browse repository at this point
builtins: reject surrogates in compile()/eval() source instead of panicking
Show description for 737ded1
youknowone
committed
737ded1
View commit details
Copy full SHA for 737ded1
Browse repository at this point
_suggestions: require a list for _generate_suggestions candidates
Show description for 12186b0
youknowone
committed
12186b0
View commit details
Copy full SHA for 12186b0
Browse repository at this point
lzma: size the filter chain before consuming it
Show description for 06229d8
youknowone
committed
06229d8
View commit details
Copy full SHA for 06229d8
Browse repository at this point
classmethod: opt into GC traverse
Show description for 56d1054
youknowone
committed
56d1054
View commit details
Copy full SHA for 56d1054
Browse repository at this point
posix: reject unbounded iterables in posix_spawn and setgroups
Show description for 131c89c
youknowone
committed
131c89c
View commit details
Copy full SHA for 131c89c
Browse repository at this point
_ctypes: size Array slice assignment and _argtypes_ before collecting
Show description for f8c3167
youknowone
committed
f8c3167
View commit details
Copy full SHA for f8c3167
Browse repository at this point
sys: propagate the breakpointhook warning failure
Show description for cb3c217
youknowone
committed
cb3c217
View commit details
Copy full SHA for cb3c217
Browse repository at this point
structseq: require the sequence argument when constructing a struct sequence
Show description for 2ab38ec
youknowone
committed
2ab38ec
View commit details
Copy full SHA for 2ab38ec
Browse repository at this point
Guard the hash slot dispatch against unbounded recursion
Show description for 98a62d2
youknowone
committed
98a62d2
View commit details
Copy full SHA for 98a62d2
Browse repository at this point
genericalias: guard the __parameters__ walk against unbounded recursion
Show description for 2e1173b
youknowone
committed
2e1173b
View commit details
Copy full SHA for 2e1173b
Browse repository at this point
Fix the type confusion in PyAtomicRef's Debug impl
Show description for 661b1af
youknowone
committed
661b1af
View commit details
Copy full SHA for 661b1af
Browse repository at this point
_sre: disallow instantiating Match
Show description for eefb38b
youknowone
committed
eefb38b
View commit details
Copy full SHA for eefb38b
Browse repository at this point
utils: return the empty repr instead of asserting a non-empty collection
Show description for 0ca5a81
youknowone
committed
0ca5a81
View commit details
Copy full SHA for 0ca5a81
Browse repository at this point
itertools: advance cycle's index atomically
Show description for 3d8b930
youknowone
committed
3d8b930
View commit details
Copy full SHA for 3d8b930
Browse repository at this point
_ctypes: reject a float argument to a foreign call without argtypes
Show description for bce0970
youknowone
committed
bce0970
View commit details
Copy full SHA for bce0970
Browse repository at this point
Report the iterator itself from PyIter's traverse
Show description for 95ef3f7
youknowone
committed
95ef3f7
View commit details
Copy full SHA for 95ef3f7
Browse repository at this point
Remove the obsolete expectedFailure on test_code_module.test_unicode_error
Show description for ead3b16
youknowone
committed
ead3b16
View commit details
Copy full SHA for ead3b16
Browse repository at this point
itertools: reserve the combination indices fallibly
Show description for c6b4df3
youknowone
committed
c6b4df3
View commit details
Copy full SHA for c6b4df3
Browse repository at this point
Apply the struct sequence constructor's dict argument
Show description for cc6a434
youknowone
committed
cc6a434
View commit details
Copy full SHA for cc6a434
Browse repository at this point
_imp: report the argument count in find_frozen's arity error
Show description for f6808a2
youknowone
committed
f6808a2
View commit details
Copy full SHA for f6808a2
Browse repository at this point
Add regression tests for the reproduced crashers
Show description for 1340654
youknowone
committed
1340654
View commit details
Copy full SHA for 1340654
Browse repository at this point
Tolerate a changed-size RuntimeError in the set repr stress test
Show description for bbe08af
youknowone
committed
bbe08af
View commit details
Copy full SHA for bbe08af
Browse repository at this point
Move the crash regression tests into per-module snippets
Show description for 6545c58
youknowone
committed
6545c58
View commit details
Copy full SHA for 6545c58
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL