| commit | 97f8b8b6eec733a5d0f0cb144c78956ff7f3a988 | [log] [tgz] |
|---|---|---|
| author | Keith Packard <keithp@keithp.com> | Mon Nov 27 16:57:56 2023 -0800 |
| committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 10 20:50:51 2024 -0500 |
| tree | df209842e415ea1f88e5b3935d2baab2b42f61ae | |
| parent | 29a4e04143785d396c5c559075446408eabcd0dc [diff] |
scripts/footprint: Avoid fpdiff failure when data changes lots Bounds check the array access in case the input data changes so that the number of entries in the 'children' array is not the same. The tool output with this change isn't terribly useful, but at least it doesn't crash. Signed-off-by: Keith Packard <keithp@keithp.com>