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 undefined behaviour problems in RecoTracker/TkHitPairs #27524

Merged
merged 4 commits into from Jul 20, 2019

Commits on Jul 15, 2019

  1. Avoid dereference of nullptr in LayerHitMapCache

    This was found by UBSAN.
    Dr15Jones committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    5e45fab View commit details
    Browse the repository at this point in the history
  2. Avoid making a 0 length VLA in HitPairGeneratorFromLayerPair

    This was found by UBSAN.
    Dr15Jones committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    9cdda76 View commit details
    Browse the repository at this point in the history
  3. Apply code-format

    Dr15Jones committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    9757d7f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

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