-
Notifications
You must be signed in to change notification settings - Fork 107
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
kernel version parsing panic #136
Comments
|
zz85
added a commit
to zz85/procfs
that referenced
this issue
Jul 28, 2021
- Added a previously failing test - Fixes eminence#136
Hi @zz85 and @fabricedesre. Sorry this took so long, but this fix is now released as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a kernel version name like
4.9.266-0.1.ac.225.84.332.metal1.x86_64
causesprocfs
to panic herehttps://github.com/eminence/procfs/blob/master/src/lib.rs#L303
procfs/src/sys/kernel/mod.rs
Line 66 in d8f16dd
one fix is to default to 0 values, another would be to parse the first readable number
The text was updated successfully, but these errors were encountered: