mirror of
https://github.com/opnsense/src.git
synced 2026-04-08 19:06:52 -04:00
fbt computes incorrect instruction position for AArch64 kernel module symbol.
The issue is with the for loop, it does an extra increment of instr pointer
after the required instruction is found. Hence, a wrong instruction is
targeted for patching.
Signed-off-by: Igor Ostapenko <pm@igoro.pro>
Fixes:
|
||
|---|---|---|
| .. | ||
| aarch64 | ||
| arm | ||
| powerpc | ||
| riscv | ||
| x86 | ||
| fbt.c | ||
| fbt.h | ||