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.cc. #51018

Merged
merged 1 commit into from Jul 30, 2021

Commits on Jul 28, 2021

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

    Passing negative indices is illegal but there was a missing check so that resulted in OOB accesses.
    
    PiperOrigin-RevId: 387231300
    Change-Id: I3111b54b2f232638d795be17efc46abe4ede6bf8
    mihaimaruseac authored and geetachavan1 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    ed68432 View commit details
    Browse the repository at this point in the history