Re: [PATCH] cpukit/libdebugger: Fix for sockaddr_in not being initialized

2021-06-02 Thread Vijay Kumar Banerjee
On Tue, Jun 1, 2021 at 12:20 PM Joel Sherrill wrote: > > This looks like it should fix the issue. > > OK to push. > Pushed. Thanks. > On Tue, Jun 1, 2021 at 1:06 PM Harrison Edward Gerber > wrote: >> >> From: Harrison Edward Gerber >> >> See also CID 1468684 >> >> Closes #4445 >> --- >> cpuki

Re: [PATCH] cpukit/libdebugger: Fix for sockaddr_in not being initialized

2021-06-01 Thread Joel Sherrill
This looks like it should fix the issue. OK to push. On Tue, Jun 1, 2021 at 1:06 PM Harrison Edward Gerber wrote: > From: Harrison Edward Gerber > > See also CID 1468684 > > Closes #4445 > --- > cpukit/libdebugger/rtems-debugger-remote-tcp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

[PATCH] cpukit/libdebugger: Fix for sockaddr_in not being initialized

2021-06-01 Thread Harrison Edward Gerber
From: Harrison Edward Gerber See also CID 1468684 Closes #4445 --- cpukit/libdebugger/rtems-debugger-remote-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libdebugger/rtems-debugger-remote-tcp.c b/cpukit/libdebugger/rtems-debugger-remote-tcp.c index 696e2deb8c