On Mon, 10 Nov 2025 15:30:45 +0000 Marat Khalili <[email protected]> wrote:
> Add tests for some simple cases: > * Program with no instructions; > * Program with only EXIT instruction but no return value set; > * Program with return value set but no EXIT instruction; > * Minimal valid program with return value set and an EXIT instruction. > > Fix found bugs: > * a program with no instructions was accepted; > * a program with no EXIT instruction read outside the buffer. > > Signed-off-by: Marat Khalili <[email protected]> Can this just be folded into existing test_bpf file please.

