-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
ValueError: embedded null byte #27
Comments
Looks like it. Could you try debugging it? |
Here is what I have so far: This appears to only happen if eclean-kernel looks at an initramfs. Here
Looking at |
Flowdalic
added a commit
to Flowdalic/eclean-kernel
that referenced
this issue
Oct 12, 2023
Ignore the "parsed" Linux kernel version information if there are non-ASCII at the beginning of the selected buffer. Fixes projg2#27. Signed-off-by: Florian Schmaus <[email protected]>
Flowdalic
added a commit
to Flowdalic/eclean-kernel
that referenced
this issue
Oct 12, 2023
Ignore the "parsed" Linux kernel version information if there are non-ASCII at the beginning of the selected buffer. Fixes projg2#27. Signed-off-by: Florian Schmaus <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get
ValueError: embedded null byte
when runningeclean-kernel
version 2.99.3:Using
pdb
shows the null byte:Maybe a bug in
KernelImage.read_internal_version()
?The text was updated successfully, but these errors were encountered: