Closed Alan-Jowett closed 4 weeks ago
Assume BPF byte code sequence contains a main program followed by a sub-program.
Main program is in range [0, m) and sub-program is in range [m, n).
The following are not permitted: 1) Jumps from [0,m) -> [m,n) 2) Falling through from m-1 -> m.
Fixed
Assume BPF byte code sequence contains a main program followed by a sub-program.
Main program is in range [0, m) and sub-program is in range [m, n).
The following are not permitted: 1) Jumps from [0,m) -> [m,n) 2) Falling through from m-1 -> m.