commit | b5bab421b71b424bcda830c6229edfe56d5a1acd | [log] [tgz] |
---|---|---|
author | Martin Åberg <martin.aberg@gaisler.com> | Mon Oct 19 18:21:40 2020 +0200 |
committer | Andrew Boie <andrewboie@gmail.com> | Fri Nov 13 14:53:55 2020 -0800 |
tree | 95659768e430d3022cbd79307dd9544f45346e55 | |
parent | 645b411448ab193a475d3ded076b35d5638afb94 [diff] |
tests: Avoid out-of-bounds array access on SPARC The test reads and writes outside the bounds of an array allocated on the stack in check_input(). This commit disables the test on SPARC. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>