Re: [PATCH] TraceWriterQEMU.cc: Change strncpy to memcpy

2021-09-01 Thread Joel Sherrill
On Wed, Sep 1, 2021 at 3:26 PM Ryan Long wrote: > > > > -Original Message- > From: Gedare Bloom > Sent: Wednesday, September 1, 2021 3:21 PM > To: Ryan Long > Cc: devel@rtems.org > Subject: Re: [PATCH] TraceWriterQEMU.cc: Change strncpy to memcpy > > On

RE: [PATCH] TraceWriterQEMU.cc: Change strncpy to memcpy

2021-09-01 Thread Ryan Long
-Original Message- From: Gedare Bloom Sent: Wednesday, September 1, 2021 3:21 PM To: Ryan Long Cc: devel@rtems.org Subject: Re: [PATCH] TraceWriterQEMU.cc: Change strncpy to memcpy On Thu, Aug 19, 2021 at 7:42 AM Ryan Long wrote: > > CID 1506207: Buffer not null term

Re: [PATCH] TraceWriterQEMU.cc: Change strncpy to memcpy

2021-09-01 Thread Gedare Bloom
On Thu, Aug 19, 2021 at 7:42 AM Ryan Long wrote: > > CID 1506207: Buffer not null terminated > > Closes #4491 > --- > tester/covoar/TraceWriterQEMU.cc | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/tester/covoar/TraceWriterQEMU.cc > b/tester/covoar/TraceWriterQEMU.c

[PATCH] TraceWriterQEMU.cc: Change strncpy to memcpy

2021-08-19 Thread Ryan Long
CID 1506207: Buffer not null terminated Closes #4491 --- tester/covoar/TraceWriterQEMU.cc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tester/covoar/TraceWriterQEMU.cc b/tester/covoar/TraceWriterQEMU.cc index c417745..be9b6e1 100644 --- a/tester/covoar/TraceWriterQEMU.c