Re: [PATCH v2 00/11] codeql fixes for various subsystems

2022-11-22 Thread Sinan Kaya
On Tue, 2022-11-22 at 16:24 +0100, David Marchand wrote: > Thanks for the fixes, but it looks like the v2 series is truncated. > > Can you resend it so it passes through the CI? Sure

Re: [PATCH v2 00/11] codeql fixes for various subsystems

2022-11-22 Thread David Marchand
Hello, On Mon, Nov 21, 2022 at 11:32 PM wrote: > > From: Sinan Kaya > > Following up the codeql reported problems first submitted > by Stephen Hemminger here: > > https://lore.kernel.org/all/20220527161210.77212d0b@hermes.local/t/ > > Posting a series of fixes about potential null pointer access

[PATCH v2 00/11] codeql fixes for various subsystems

2022-11-21 Thread okaya
From: Sinan Kaya Following up the codeql reported problems first submitted by Stephen Hemminger here: https://lore.kernel.org/all/20220527161210.77212d0b@hermes.local/t/ Posting a series of fixes about potential null pointer accesses. Changes from v1: - Remove braces around single line stateme