
19 Jan
2021
19 Jan
'21
7:06 p.m.
Hi Heinrich,
On Sun, 17 Jan 2021 at 15:52, Heinrich Schuchardt xypron.glpk@gmx.de 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 sjg@chromium.org
cmd/setexpr.c | 21 +++-------- include/command.h | 17 +++++++++ test/cmd/setexpr.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+), 17 deletions(-)
Yes this is intended for sandbox.
Do you really want to run this test on a board? If the compiler is working, then the sandbox test should be enough.
I can certainly update it to run on boards, but that was not the intent.
Regards, Simon