Re: [PATCH RESEND v1] qed: Fix copy of uninitialized memory

2017-03-09 Thread David Miller
From: Robert Foss Date: Tue, 7 Mar 2017 11:46:25 -0500 > In qed_ll2_start_ooo() the ll2_info variable is uninitialized and then > passed to qed_ll2_acquire_connection() where it is copied into a new > memory space. > > This shouldn't cause any issue as long as non of the copied memory is > ever

[PATCH RESEND v1] qed: Fix copy of uninitialized memory

2017-03-07 Thread Robert Foss
In qed_ll2_start_ooo() the ll2_info variable is uninitialized and then passed to qed_ll2_acquire_connection() where it is copied into a new memory space. This shouldn't cause any issue as long as non of the copied memory is every read. But the potential for a bug being introduced by reading this m