Closed waahm7 closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
00157ef
) 83.42% compared to head (5890c1a
) 83.40%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue #, if available: https://github.com/aws/aws-cli/issues/8320
Description of changes:
g_numa_num_configured_nodes_ptr
returns 0 which breaks assumption of our system that cpu_group_count will be at least 1 and crashes at https://github.com/awslabs/aws-c-s3/blob/main/source/s3_platform_info.c#L317.aws_get_cpu_count_for_group
can also return 0 but we do throw proper error if it is 0.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.