-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Check for corrupted ivalues. #104243
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
Check for corrupted ivalues. #104243
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/104243
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit c9e0b7d: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot merge -r |
|
@pytorchbot merge -r |
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
|
Rebase failed due to HTTP Error 502: Bad Gateway |
af4f7c7 to
384653d
Compare
|
@pytorchbot merge -r |
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
|
Successfully rebased |
384653d to
c9e0b7d
Compare
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Hi! We've been fuzzing torchvision project with sydr-fuzz.
We've found a SEGV error at address 0x0 at
vector.h:163in pytorch third-party project flatbuffers.The error occurs because the
ivaluesfield of flatbuffer module can be null, so the corresponding check must be inserted.torchvision version: 9d0a93eee90bf7c401b74ebf9c8be80346254f15
pytorch version: 0f1621d
OS: Ubuntu 20.04
How to reproduce
Build docker from here and run the container:
Run the target on this input:
malformed-module.txt
You will see the following output:
cc @EikanWang @jgong5 @wenzhe-nrv @sanchitintel