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

minor Numa safety patches #712

Merged
merged 2 commits into from
Aug 26, 2023
Merged

Commits on Aug 24, 2023

  1. numaGetCount(): improved checking for the fringe case where the NUMA …

    …histogram is empty (count = 0)
    
    (Discovered through code review.)
    GerHobbelt committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    eaaf52f View commit details
    Browse the repository at this point in the history
  2. numaGetCount(): make sure surrounding code/variables are properly pre…

    …-initialized to cope with the fringe case where the NUMA histogram is empty (count = 0)
    
    (Discovered through code review & accidental misuse in vitro (when I fed numaHistogramGetValFromRank() an empty histogram by accident).)
    GerHobbelt committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9d7ecbe View commit details
    Browse the repository at this point in the history