-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[jit] Validate statement parsing during class deserialization #108417
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/108417
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Merge Blocking SEVsThere is 1 active merge blocking SEVs. Please view them below:
If you must merge, use ✅ No FailuresAs of commit 5f33a1e with merge base 591cb77 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
d9a7354 to
da121e8
Compare
|
Do you mind structuring this a little differently? Instead of checking each case up front before the actual switch on string values, can we write a lambda that does the test and push calls to the lambda inside each of the respective branches? This will ensure the branches stay in sync. |
da121e8 to
0ce88b1
Compare
|
@pytorchbot merge |
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 |
Merge failedReason: Not merging any PRs at the moment because there is a merge blocking https://github.com/pytorch/pytorch/labels/ci:%20sev issue open at: Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge |
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!
I've been fuzzing different pytorch modules with with sydr-fuzz, and found a SEGV that occurs during class deserialization in jit module.
Docker to reproduce found error: Dockerfile.
PoC:
crash-bfbab61bf86755aa712bb978e26057ae76d75fe4.txt
ASAN report