Skip to content

Conversation

@redwanulsourav
Copy link

  • In cpuinfo_linux_get_processor_core_id, snprintf is called with buffer size CORE_ID_FILENAME_SIZE.
  • But the buffer array is created with size PACKAGE_ID_FILENAME_SIZE.

This PR fixes the array size to CORE_ID_FILENAME_SIZE.

@meta-cla meta-cla bot added the cla signed label Dec 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant