Commit b8a81b5d authored by Daniel Xu's avatar Daniel Xu Committed by Alexei Starovoitov
Browse files

bpf: verifier: Add missing newline on verbose() call

parent 556a3994
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}