summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorGunnar Beutner <gbeutner@serenityos.org>2021-05-17 14:31:25 +0200
committerAndreas Kling <kling@serenityos.org>2021-05-17 14:58:13 +0200
commit843f861f978b6b3287a2dec944492a680e367257 (patch)
tree862b06f7b7bd271586df122be30fa61becd26078 /LICENSE
parent44ceee1e145fd8ff2e5e1ed8c0efc6db897a43c8 (diff)
downloadserenity-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