Re: [PATCH rtems-tools] rtems-bin2c.c: Check length of buffer to be copied

2021-09-27 Thread Chris Johns
On 28/9/21 7:28 am, Ryan Long wrote: > CID 1063892: Copy into fixed size buffer in process(). > > Closes #4424 > --- > misc/bin2c/rtems-bin2c.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/misc/bin2c/rtems-bin2c.c b/misc/bin2c/rtems-bin2c.c > index 8e32d25..1668063 100644 >

[PATCH rtems-tools] rtems-bin2c.c: Check length of buffer to be copied

2021-09-27 Thread Ryan Long
CID 1063892: Copy into fixed size buffer in process(). Closes #4424 --- misc/bin2c/rtems-bin2c.c | 9 + 1 file changed, 9 insertions(+) diff --git a/misc/bin2c/rtems-bin2c.c b/misc/bin2c/rtems-bin2c.c index 8e32d25..1668063 100644 --- a/misc/bin2c/rtems-bin2c.c +++ b/misc/bin2c/rtems-bi