-
Notifications
You must be signed in to change notification settings - Fork 754
Add null pointer check for evalues (#14749) #16162
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/pytorch/executorch/16162
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit d3d3e28 with merge base e804065 ( UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary: The to* functions could de-reference a NULL pointer. Adding a check. Reviewed By: mergennachin Differential Revision: D83742246
ffcd6d8 to
abdb23a
Compare
Summary: The to* functions could de-reference a NULL pointer. Adding a check. Reviewed By: mergennachin Differential Revision: D83742246
abdb23a to
f02c12b
Compare
Summary: The to* functions could de-reference a NULL pointer. Adding a check. Reviewed By: larryliu0820, mergennachin Differential Revision: D83742246
f02c12b to
046e816
Compare
Summary: The to* functions could de-reference a NULL pointer. Adding a check. Reviewed By: larryliu0820, mergennachin Differential Revision: D83742246
046e816 to
0bdc306
Compare
Summary: The to* functions could de-reference a NULL pointer. Adding a check. Reviewed By: larryliu0820, mergennachin Differential Revision: D83742246
0bdc306 to
81bf0d3
Compare
Summary: The to* functions could de-reference a NULL pointer. Adding a check. Reviewed By: larryliu0820, mergennachin Differential Revision: D83742246
81bf0d3 to
d13cece
Compare
Summary: The to* functions could de-reference a NULL pointer. Adding a check. Reviewed By: larryliu0820, mergennachin Differential Revision: D83742246
d13cece to
d3d3e28
Compare
Summary:
The to* functions could de-reference a NULL pointer. Adding a check.
Reviewed By: mergennachin
Differential Revision: D83742246