On 3/9/21 12:08 am, Ryan Long wrote:
> I remember prototyped_ being one that the issue was complaining about, but I
> can't remember the others. I just went ahead and added the rest of the member
> variables because Coverity doesn't always identify all the subsequent issues.
May I suggest you on
Wednesday, September 1, 2021 10:01 PM
To: Ryan Long ; devel@rtems.org
Subject: Re: [PATCH v1 3/3] rld-dwarf.cpp: Initialize member variables
On 25/8/21 3:12 am, Ryan Long wrote:
> Initialize member variables not listed.
>
> CID 1503019: Uninitialized scalar field.
>
> Closes #4
On 25/8/21 3:12 am, Ryan Long wrote:
> Initialize member variables not listed.
>
> CID 1503019: Uninitialized scalar field.
>
> Closes #4500
> ---
> rtemstoolkit/rld-dwarf.cpp | 12
> 1 file changed, 12 insertions(+)
>
> diff --git a/rtemstoolkit/rld-dwarf.cpp b/rtemstoolkit/rld-dw
seems alright to me.
On Tue, Aug 24, 2021 at 11:14 AM Ryan Long wrote:
>
> Initialize member variables not listed.
>
> CID 1503019: Uninitialized scalar field.
>
> Closes #4500
> ---
> rtemstoolkit/rld-dwarf.cpp | 12
> 1 file changed, 12 insertions(+)
>
> diff --git a/rtemstoolkit/
Initialize member variables not listed.
CID 1503019: Uninitialized scalar field.
Closes #4500
---
rtemstoolkit/rld-dwarf.cpp | 12
1 file changed, 12 insertions(+)
diff --git a/rtemstoolkit/rld-dwarf.cpp b/rtemstoolkit/rld-dwarf.cpp
index 1eae50c..2d6f306 100644
--- a/rtemstoolkit/