Re: [PATCH 1/5] hexdump-parse.c: Fix Resource leak (CID #26032)

2021-03-16 Thread Gedare Bloom
On Mon, Mar 15, 2021 at 5:14 PM Chris Johns wrote: > > On 16/3/21 10:07 am, Joel Sherrill wrote: > > On Mon, Mar 15, 2021 at 6:01 PM Chris Johns > > wrote: > > On 16/3/21 6:55 am, Joel Sherrill wrote: > > > > > > > > > On Mon, Mar 15, 2021 at 2:46 PM

Re: [PATCH 1/5] hexdump-parse.c: Fix Resource leak (CID #26032)

2021-03-15 Thread Chris Johns
On 16/3/21 10:07 am, Joel Sherrill wrote: > On Mon, Mar 15, 2021 at 6:01 PM Chris Johns > wrote: > On 16/3/21 6:55 am, Joel Sherrill wrote: > > > > > > On Mon, Mar 15, 2021 at 2:46 PM Gedare Bloom > >

Re: [PATCH 1/5] hexdump-parse.c: Fix Resource leak (CID #26032)

2021-03-15 Thread Joel Sherrill
On Mon, Mar 15, 2021 at 6:01 PM Chris Johns wrote: > > > On 16/3/21 6:55 am, Joel Sherrill wrote: > > > > > > On Mon, Mar 15, 2021 at 2:46 PM Gedare Bloom > > wrote: > > > > On Sun, Mar 14, 2021 at 8:27 PM Chris Johns > > wrote: > >

Re: [PATCH 1/5] hexdump-parse.c: Fix Resource leak (CID #26032)

2021-03-15 Thread Chris Johns
On 16/3/21 6:55 am, Joel Sherrill wrote: > > > On Mon, Mar 15, 2021 at 2:46 PM Gedare Bloom > wrote: > > On Sun, Mar 14, 2021 at 8:27 PM Chris Johns > wrote: > > > > On 13/3/21 2:18 am, Ryan Long wrote: > > > CID 26032:

Re: [PATCH 1/5] hexdump-parse.c: Fix Resource leak (CID #26032)

2021-03-15 Thread Joel Sherrill
On Mon, Mar 15, 2021 at 2:46 PM Gedare Bloom wrote: > On Sun, Mar 14, 2021 at 8:27 PM Chris Johns wrote: > > > > On 13/3/21 2:18 am, Ryan Long wrote: > > > CID 26032: Resource leak in rtems_shell_hexdump_rewrite(). > > > > > > Closes #4296 > > > --- > > > cpukit/libmisc/shell/hexdump-parse.c |

Re: [PATCH 1/5] hexdump-parse.c: Fix Resource leak (CID #26032)

2021-03-15 Thread Gedare Bloom
On Sun, Mar 14, 2021 at 8:27 PM Chris Johns wrote: > > On 13/3/21 2:18 am, Ryan Long wrote: > > CID 26032: Resource leak in rtems_shell_hexdump_rewrite(). > > > > Closes #4296 > > --- > > cpukit/libmisc/shell/hexdump-parse.c | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git

Re: [PATCH 1/5] hexdump-parse.c: Fix Resource leak (CID #26032)

2021-03-14 Thread Chris Johns
On 13/3/21 2:18 am, Ryan Long wrote: > CID 26032: Resource leak in rtems_shell_hexdump_rewrite(). > > Closes #4296 > --- > cpukit/libmisc/shell/hexdump-parse.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/cpukit/libmisc/shell/hexdump-parse.c >

[PATCH 1/5] hexdump-parse.c: Fix Resource leak (CID #26032)

2021-03-12 Thread Ryan Long
CID 26032: Resource leak in rtems_shell_hexdump_rewrite(). Closes #4296 --- cpukit/libmisc/shell/hexdump-parse.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpukit/libmisc/shell/hexdump-parse.c b/cpukit/libmisc/shell/hexdump-parse.c index 88b9d56..5b56bbf 100644 ---