Re: [RESEND PATCH v3] list: test: Mending tests for list_cut_position()

2024-10-02 Thread David Gow
On Tue, 1 Oct 2024 at 01:06, I Hsin Cheng wrote: > > Mending test for list_cut_position*() for the missing check of integer > "i" after the second loop. The variable should be checked for second > time to make sure both lists after the cut operation are formed as > expected. > > Signed-off-by: I H

[RESEND PATCH v3] list: test: Mending tests for list_cut_position()

2024-09-30 Thread I Hsin Cheng
Mending test for list_cut_position*() for the missing check of integer "i" after the second loop. The variable should be checked for second time to make sure both lists after the cut operation are formed as expected. Signed-off-by: I Hsin Cheng --- lib/list-test.c | 4 1 file changed, 4 ins