Re: [PATCH bpf 1/2] bpf, x32: Fix invalid instruction in BPF_LDX zero-extension

From: Xi Wang
Date: Wed Apr 22 2020 - 03:22:57 EST


On Wed, Apr 22, 2020 at 12:13 AM <hpa@xxxxxxxxx> wrote:
> C7 C0 0 is *not* an invalid instruction, although it is incomplete. It is a different, but arguably even more serious, problem.

Yep, it would "eat" three bytes coming after that. :)