Skip to content
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

Handle a special grappler case resulting in crash. #49326

Merged
merged 1 commit into from May 20, 2021

Conversation

geetachavan1
Copy link
Contributor

It might happen that a malformed input could be used to trick Grappler into trying to optimize a node with no inputs. This, in turn, would produce a null pointer dereference and a segfault.

PiperOrigin-RevId: 369242852
Change-Id: I2e5cbe7aec243d34a6d60220ac8ac9b16f136f6b

It might happen that a malformed input could be used to trick Grappler into trying to optimize a node with no inputs. This, in turn, would produce a null pointer dereference and a segfault.

PiperOrigin-RevId: 369242852
Change-Id: I2e5cbe7aec243d34a6d60220ac8ac9b16f136f6b
@google-cla google-cla bot added the cla: yes label May 19, 2021
@gbaned gbaned self-assigned this May 20, 2021
@gbaned gbaned added comp:grappler Grappler related issues size:S CL Change Size: Small labels May 20, 2021
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation May 20, 2021
@gbaned gbaned requested a review from mihaimaruseac May 20, 2021 06:22
@gbaned gbaned assigned mihaimaruseac and unassigned gbaned May 20, 2021
PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer May 20, 2021
@mihaimaruseac mihaimaruseac merged commit 3d8a936 into tensorflow:r2.1 May 20, 2021
PR Queue automation moved this from Approved by Reviewer to Merged May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes comp:grappler Grappler related issues size:S CL Change Size: Small
Projects
PR Queue
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

3 participants