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

[SimplifyCFG] Deduce paths unreachable if they cause div/rem UB #109008

Closed

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    f3e4ff0 View commit details
    Browse the repository at this point in the history
  2. [SimplifyCFG] Deduce paths unreachable if they cause div/rem UB

    Same we way mark a path unreachable if it may cause a nullptr
    dereference, div/rem by zero or signed div/rem of INT_MIN by -1 cause
    immediate UB.
    goldsteinn committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9978048 View commit details
    Browse the repository at this point in the history
  3. Okay

    goldsteinn committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3755484 View commit details
    Browse the repository at this point in the history
  4. Under as well

    goldsteinn committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ceeb627 View commit details
    Browse the repository at this point in the history