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

Prevent heap OOB read in TFLite's gather_nd.cc. #51324

Merged

Commits on Aug 6, 2021

  1. Prevent heap OOB read in TFLite's gather_nd.cc.

    Passing negative indices is illegal but there was a missing check so that resulted in OOB accesses.
    
    PiperOrigin-RevId: 387208551
    Change-Id: I6b7a8a62d3e7c13a16d81619e5bc23ae2cdbc7fd
    mihaimaruseac committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    18b7471 View commit details
    Browse the repository at this point in the history