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

buffer: add type check in bidirectionalIndexOf #32770

Closed

Commits on Apr 10, 2020

  1. buffer: add type check in bidirectionalIndexOf

    Add a type check in bidirectionalIndexOf to avoid using something else
    as Buffer. This may happen if e.g. lastIndexOf is called with invalid
    this.
    Flarna committed Apr 10, 2020
    Copy the full SHA
    b7f65ac View commit details
    Browse the repository at this point in the history
  2. allow ArrayBufferView

    Flarna committed Apr 10, 2020
    Copy the full SHA
    ef52a76 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. use validateBuffer

    Flarna committed Apr 11, 2020
    Copy the full SHA
    0a7ff50 View commit details
    Browse the repository at this point in the history