Re: drivers/net/ethernet/intel/i40e/i40e_main.c:7089:35-37: ERROR: invalid reference to the index variable of the iterator on line 7056 (fwd)

2019-08-08 Thread Jeff Kirsher
On Thu, 2019-08-08 at 18:08 +0200, Julia Lawall wrote: > Hello, > > Is it guaranteed that the loop starting on line 7056 will eventually > take > the break? If not, line 7089 will be performing an invalid > dereference of > ch. Good catch Julia, I have talked with Harshitha and if after checking

drivers/net/ethernet/intel/i40e/i40e_main.c:7089:35-37: ERROR: invalid reference to the index variable of the iterator on line 7056 (fwd)

2019-08-08 Thread Julia Lawall
Hello, Is it guaranteed that the loop starting on line 7056 will eventually take the break? If not, line 7089 will be performing an invalid dereference of ch. julia -- Forwarded message -- Date: Thu, 8 Aug 2019 21:31:53 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia