You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#237] Replace bindgen files with manual translations.
As a consequence, elf64_phdr is renamed to Elf64_Phdr, elf64_hdr to Elf64_Ehdr, and elf64_note to Elf64_Nhdr. In the definition of the fixed size array e_ident we now use u8 instead of raw_char.
[#148] Fixing kernel commandline parameter validation
This change allows parameter values containing spaces in the middle, provided they are enclosed in quotes. However,
strings with quotes in the middle will no longer be accepted as valid parameter values.
[#205] Make image header for ARM and RISC-V public
Kernel headers for ARM and RISC-V are made public to be used in a fw_cfg
implementation that reads the kernel header.
[#125] The ELF
header contains offsets that the loader uses to find other
structures. If those offsets are beyond the end of the file (or would go
past the end of the file) it is essential to error out when attempting
to read those.
Added
Add a new criterion advisory to ignore list 2580d4