Re: CRASH caused by: [PATCH 06/10] setexpr: Add some tests for buffer overflow and backref

2021-01-19 Thread Simon Glass
Hi Tom, Heinrich, On Tue, 19 Jan 2021 at 12:45, Tom Rini wrote: > > On Tue, Jan 19, 2021 at 11:06:18AM -0700, Simon Glass wrote: > > Hi Heinrich, > > > > On Sun, 17 Jan 2021 at 15:52, Heinrich Schuchardt > > wrote: > > > > > > On 11/1/20 10:15 PM, Simon Glass wrote: > > > > Add tests to check f

Re: CRASH caused by: [PATCH 06/10] setexpr: Add some tests for buffer overflow and backref

2021-01-19 Thread Tom Rini
On Tue, Jan 19, 2021 at 11:06:18AM -0700, Simon Glass wrote: > Hi Heinrich, > > On Sun, 17 Jan 2021 at 15:52, Heinrich Schuchardt wrote: > > > > On 11/1/20 10:15 PM, Simon Glass wrote: > > > Add tests to check for buffer overflow using simple replacement as well > > > as back references. At prese

Re: CRASH caused by: [PATCH 06/10] setexpr: Add some tests for buffer overflow and backref

2021-01-19 Thread Heinrich Schuchardt
On 1/19/21 7:06 PM, Simon Glass wrote: Hi Heinrich, On Sun, 17 Jan 2021 at 15:52, Heinrich Schuchardt wrote: On 11/1/20 10:15 PM, Simon Glass wrote: Add tests to check for buffer overflow using simple replacement as well as back references. At present these don't fully pass. Signed-off-by:

Re: CRASH caused by: [PATCH 06/10] setexpr: Add some tests for buffer overflow and backref

2021-01-19 Thread Simon Glass
Hi Heinrich, On Sun, 17 Jan 2021 at 15:52, Heinrich Schuchardt wrote: > > On 11/1/20 10:15 PM, Simon Glass wrote: > > Add tests to check for buffer overflow using simple replacement as well > > as back references. At present these don't fully pass. > > > > Signed-off-by: Simon Glass > > --- > >

CRASH caused by: [PATCH 06/10] setexpr: Add some tests for buffer overflow and backref

2021-01-17 Thread Heinrich Schuchardt
On 11/1/20 10:15 PM, Simon Glass wrote: Add tests to check for buffer overflow using simple replacement as well as back references. At present these don't fully pass. Signed-off-by: Simon Glass --- cmd/setexpr.c | 21 +++ include/command.h | 17 + test/cmd/setexpr.c |

Re: [PATCH 06/10] setexpr: Add some tests for buffer overflow and backref

2020-12-02 Thread Tom Rini
On Sun, Nov 01, 2020 at 02:15:40PM -0700, Simon Glass wrote: > Add tests to check for buffer overflow using simple replacement as well > as back references. At present these don't fully pass. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PG

[PATCH 06/10] setexpr: Add some tests for buffer overflow and backref

2020-11-01 Thread Simon Glass
Add tests to check for buffer overflow using simple replacement as well as back references. At present these don't fully pass. Signed-off-by: Simon Glass --- cmd/setexpr.c | 21 +++ include/command.h | 17 + test/cmd/setexpr.c | 89 +