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

warning: 'cpuinfo_arm_fixup_raspberry_pi_chipset' reading 64 bytes from a region of size 9 #78

Closed
chenfucn opened this issue Feb 1, 2022 · 1 comment · Fixed by #164

Comments

@chenfucn
Copy link

chenfucn commented Feb 1, 2022

It appears to me that here:
https://github.com/pytorch/cpuinfo/blob/master/src/arm/linux/chipset.c#L3856

const char revision[restrict static CPUINFO_HARDWARE_VALUE_MAX]

should be

const char revision[restrict static CPUINFO_REVISION_VALUE_MAX]

@chenfucn
Copy link
Author

chenfucn commented Feb 1, 2022

@a76yyyy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant