Re: [PATCH v3 00/10] codeql fixes for various subsystems

2023-07-19 Thread Sinan Kaya
On Thu, 2023-07-06 at 15:43 -0700, Stephen Hemminger wrote: > > lib/eal/common/eal_common_memalloc.c | 5 - > > lib/eal/common/eal_common_memzone.c | 10 +- > > lib/eal/common/malloc_elem.c | 14 +++--- > > lib/eal/common/malloc_heap.c | 9 - > >

Re: [PATCH v3 00/10] codeql fixes for various subsystems

2023-07-06 Thread Stephen Hemminger
On Thu, 19 Jan 2023 23:41:30 -0500 ok...@kernel.org 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 po

Re: [PATCH v3 00/10] codeql fixes for various subsystems

2023-02-06 Thread Sinan Kaya
On Thu, 2023-01-19 at 23:41 -0500, ok...@kernel.org 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 poi

[PATCH v3 00/10] codeql fixes for various subsystems

2023-01-19 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 v3: - Dropped net/tap: check if name is null -