Re: [PATCH v2] maintenance --unregister: fix uninit'd data use & -Wdeclaration-after-statement
From: Taylor Blau <hidden>
Date: 2022-11-15 17:35:36
From: Taylor Blau <hidden>
Date: 2022-11-15 17:35:36
On Tue, Nov 15, 2022 at 04:32:03PM +0000, ronan@rjp.ie wrote:
I had done that in [1], but these issues were caught in review so I submitted a v2 of that correction in [2] which declares the configsset earlier and unconditionally initializes it is cleared. Are these further issues discovered after [2] was applied, or was there some issue rebasing the patches? [1] https://lore.kernel.org/git/20221110225310.7488-1-ronan@rjp.ie/ (local) [2] https://lore.kernel.org/git/20221111231910.26769-1-ronan@rjp.ie/ (local)
It was human error on my part. Please let me know if the result in 'next' now is OK to you. Thanks, Taylor