Re: [ovs-dev] [PATCH v2 0/5] Fix some of Clang's static analyzer warnings.

2023-10-31 Thread Ilya Maximets
On 10/31/23 16:21, Simon Horman wrote: > On Mon, Oct 23, 2023 at 04:21:53PM +0200, Eelco Chaudron wrote: >> This series fixes some of Clang's scan-build warnings reported. >> >> v2: >>- Split patch two into two, i.e. put the actual fix in a separate patch. >>- Updated commit messages. >>

Re: [ovs-dev] [PATCH v2 0/5] Fix some of Clang's static analyzer warnings.

2023-10-31 Thread Simon Horman
On Mon, Oct 23, 2023 at 04:21:53PM +0200, Eelco Chaudron wrote: > This series fixes some of Clang's scan-build warnings reported. > > v2: >- Split patch two into two, i.e. put the actual fix in a separate patch. >- Updated commit messages. > > Eelco Chaudron (5): > general: Fix

Re: [ovs-dev] [PATCH v2 0/5] Fix some of Clang's static analyzer warnings.

2023-10-27 Thread Ilya Maximets
On 10/23/23 16:21, Eelco Chaudron wrote: > This series fixes some of Clang's scan-build warnings reported. > > v2: >- Split patch two into two, i.e. put the actual fix in a separate patch. >- Updated commit messages. > > Eelco Chaudron (5): > general: Fix Clang's static analyzer

[ovs-dev] [PATCH v2 0/5] Fix some of Clang's static analyzer warnings.

2023-10-23 Thread Eelco Chaudron
This series fixes some of Clang's scan-build warnings reported. v2: - Split patch two into two, i.e. put the actual fix in a separate patch. - Updated commit messages. Eelco Chaudron (5): general: Fix Clang's static analyzer 'Dead initialization' warnings. general: Fix Clang's