Files
ladybird/Userland/Libraries
Gunnar Beutner 843f861f97 LibELF: Fix an integer overflow in Image::find_sorted_symbol
The expression address - candidate.address can yield a value that
cannot safely be converted to an i32 which would result in
binary_search failing to find some symbols.
2021-05-17 14:58:13 +02:00
..
2021-05-16 17:49:42 +02:00
2021-05-09 09:39:05 +02:00