Loading kernel/bpf/verifier.c +1 −1 Original line number Diff line number Diff line Loading @@ -7739,7 +7739,7 @@ static int check_stack_range_initialized( slot = -i - 1; spi = slot / BPF_REG_SIZE; if (state->allocated_stack <= slot) { verbose(env, "verifier bug: allocated_stack too small"); verbose(env, "verifier bug: allocated_stack too small\n"); return -EFAULT; } Loading Loading
kernel/bpf/verifier.c +1 −1 Original line number Diff line number Diff line Loading @@ -7739,7 +7739,7 @@ static int check_stack_range_initialized( slot = -i - 1; spi = slot / BPF_REG_SIZE; if (state->allocated_stack <= slot) { verbose(env, "verifier bug: allocated_stack too small"); verbose(env, "verifier bug: allocated_stack too small\n"); return -EFAULT; } Loading