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

Sprintf improve return param type validation #9877

Merged

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    cf4536f View commit details
    Browse the repository at this point in the history
  2. improve printf,... callmap

    kkmuffme committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e3f589d View commit details
    Browse the repository at this point in the history
  3. check args for sprintf + printf

    * check args for (s)printf for Invalid/TooMany/TooFew
    * don't change the return type when we cannot infer it more specifically (nullable return)
    * fix vimeo#9874
    * implement vimeo#9817
    * add tests
    kkmuffme committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    3179498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0b87ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c1e34b View commit details
    Browse the repository at this point in the history
  6. vprintf is pure too

    kkmuffme committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6e5fdac View commit details
    Browse the repository at this point in the history
  7. phpcs code style

    kkmuffme committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    145f1fb View commit details
    Browse the repository at this point in the history
  8. fix printf false positive return type when first arg is null, simplif…

    …y return value handling
    kkmuffme committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    277f9c3 View commit details
    Browse the repository at this point in the history
  9. move variable context

    kkmuffme committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1c10673 View commit details
    Browse the repository at this point in the history
  10. remove declaration

    kkmuffme committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    98d1563 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1465ed7 View commit details
    Browse the repository at this point in the history