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

Fix integer overflow in array keys #9499

Merged
merged 6 commits into from Mar 15, 2023

Commits on Mar 12, 2023

  1. Fix integer overflow in array keys

    weirdan committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    103aa01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e9085f View commit details
    Browse the repository at this point in the history
  3. Correctly handle near-overflowing keys and flag autoincrement overflows

    Co-authored-by: Maximilian Krög <maxi_kroeg@web.de>
    weirdan and MoonE committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    30369e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Drop misleading type

    weirdan committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    4042036 View commit details
    Browse the repository at this point in the history
  2. Update src/Psalm/Type/Atomic/TKeyedArray.php

    Co-authored-by: MoonE <maxi_kroeg@web.de>
    weirdan and MoonE committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    971b930 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    c7c0b79 View commit details
    Browse the repository at this point in the history