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

errors: use ERR_OUT_OF_RANGE for index errors #22969

Closed
wants to merge 10 commits into from

Commits on Sep 20, 2018

  1. errors: use ERR_OUT_OF_RANGE for index errors

    Remove ERR_INDEX_OUT_OF_RANGE in favor of ERR_OUT_OF_RANGE which is
    capable of providing more detail. (In one instance, use
    ERR_BUFFER_OUT_OF_BOUNDS which is more accurate in that one instance.)
    Trott committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    2fa028a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    215a746 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd49e5a View commit details
    Browse the repository at this point in the history
  4. squash! remove blank line

    Trott committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    f509640 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ee951d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92fc0c6 View commit details
    Browse the repository at this point in the history
  7. fixup! add range in msg

    Trott committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    f1791db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4da4144 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4dfc67f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8dba23a View commit details
    Browse the repository at this point in the history