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

Enable use-after-return checking in ASAN #89204

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Jul 18, 2023

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

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    e1cfdb7 View commit details
    Browse the repository at this point in the history
  2. Remove spaces

    jkoritzinsky committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c3c7771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be90def View commit details
    Browse the repository at this point in the history
  4. Add missing cast.

    jkoritzinsky committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2c157c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Aug 8, 2023

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

Commits on Aug 9, 2023

  1. Fix typo

    jkoritzinsky committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    18d18fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e07f30c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. More fixes

    jkoritzinsky committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f2ae69f View commit details
    Browse the repository at this point in the history
  2. Fix consistency check

    jkoritzinsky committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7450bb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    e675997 View commit details
    Browse the repository at this point in the history
  2. Add some casts.

    jkoritzinsky committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    eadfc17 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Fix stack-pointer comparison to do calculations after the real stack …

    …pointer adjustment, not before.
    jkoritzinsky committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    84d9339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21614d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Fix more comparisons to use the fake stack and add a TODO for a place…

    … where we need to figure out a good solution.
    jkoritzinsky committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f3066b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    b019ad4 View commit details
    Browse the repository at this point in the history
  2. Fix linux build

    jkoritzinsky committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    204cc43 View commit details
    Browse the repository at this point in the history
  3. Fix invocation

    jkoritzinsky committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7aecf81 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    533e331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a2dfe4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge branch 'main' of github.com:dotnet/runtime into asan-stack-checks

    # Conflicts:
    #	eng/native/configurecompiler.cmake
    #	src/coreclr/pal/src/include/pal/palinternal.h
    jkoritzinsky committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b124ad0 View commit details
    Browse the repository at this point in the history