diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-05-17 14:31:25 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-17 14:58:13 +0200 |
commit | 843f861f978b6b3287a2dec944492a680e367257 (patch) | |
tree | 862b06f7b7bd271586df122be30fa61becd26078 /LICENSE | |
parent | 44ceee1e145fd8ff2e5e1ed8c0efc6db897a43c8 (diff) | |
download | serenity-843f861f978b6b3287a2dec944492a680e367257.zip |
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.
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions