diff options
author | Andrey Ignatov <rdna@fb.com> | 2019-04-04 02:22:43 -0400 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-04-05 10:50:08 -0400 |
commit | 1fbd20f8b77b366ea4aeb92ade72daa7f36a7e3b (patch) | |
tree | 91f257572d01b1f53adb0ebf05bd74edf17e7bc5 /kernel/bpf/arraymap.c | |
parent | 07f9196241f8bceef975dd15f894f8ed51425d55 (diff) |
bpf: Add missed newline in verifier verbose log
check_stack_access() that prints verbose log is used in
adjust_ptr_min_max_vals() that prints its own verbose log and now they
stick together, e.g.:
variable stack access var_off=(0xfffffffffffffff0; 0x4) off=-16
size=1R2 stack pointer arithmetic goes out of range, prohibited for
!root
Add missing newline so that log is more readable:
variable stack access var_off=(0xfffffffffffffff0; 0x4) off=-16 size=1
R2 stack pointer arithmetic goes out of range, prohibited for !root
Fixes: f1174f77b50c ("bpf/verifier: rework value tracking")
Signed-off-by: Andrey Ignatov <rdna@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'kernel/bpf/arraymap.c')
0 files changed, 0 insertions, 0 deletions