diff options
author | Dan Carpenter <dan.carpenter@linaro.org> | 2023-06-08 11:23:40 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-06-08 16:50:04 +0300 |
commit | 3a3f1e573a105328a2cca45a7cfbebabbf5e3192 (patch) | |
tree | f27e44532e553a8cebac8bb13618bdbb070a122c /samples | |
parent | 98d7c7544a3a9f2713dc0f729bca4ab05fbc6e7f (diff) | |
download | linux-3a3f1e573a105328a2cca45a7cfbebabbf5e3192.tar.xz |
modpost: fix off by one in is_executable_section()
The > comparison should be >= to prevent an out of bounds array
access.
Fixes: 52dc0595d540 ("modpost: handle relocations mismatch in __ex_table.")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions