On Thu, Oct 17, 2019 at 1:23 PM Ananyev, Konstantin <[email protected]> wrote: > > > This patch implements following new test cases: > > - test_call4: test case to verify if stack corruption occurs > > across with multiple function calls. > > - test_jump2: test case with a default packet in memory, parse > > the packet and check if dest ip is part of a subnet. > > - test_call5: test case with string data in the stack and > > calling string comaprision. > > > > Signed-off-by: Harman Kalra <[email protected]> > > --- > > V2 Changes: > > * Maintaining uniformity across the code by using cmp_res rather than > > individual if statements. > > > > app/test/test_bpf.c | 619 ++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 619 insertions(+) > > -- > > Acked-by: Konstantin Ananyev <[email protected]>
Applied, thanks. -- David Marchand

