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

Avoid reading 1 byte off the end when the string does not contain a '\0' byte (backport #1888) #1889

Merged

Commits on Sep 2, 2021

  1. Regression test for #1887

    (cherry picked from commit 9c4f9c7)
    kevinbackhouse authored and mergify-bot committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    bc480dc View commit details
    Browse the repository at this point in the history
  2. Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detai…

    …l?id=37889
    
    Avoid reading 1 byte off the end when the string does not contain a '\0' byte.
    
    (cherry picked from commit bd211a9)
    kevinbackhouse authored and mergify-bot committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    a95fe1f View commit details
    Browse the repository at this point in the history