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
Fixed an unchecked arithmetic operation that could cause a
hang. Attempting to load a malformed ELF kernel image which
contains large enough numbers in the `n_namesz` and
`n_descsz` fields of ELFNOTE headers can lead to arithmetic
overflow, causing the `read_size` accumulator to wrap around
and never exceed the maximum size condition of a while loop.
Signed-off-by: Alexandra Iordache <aghecen@amazon.com>
Signed-off-by: Andreea Florescu <fandree@amazon.com>
0 commit comments