commit | 04894f5ad53cab0ee03eb3bc1cc1682e22f5dd1b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 30 08:39:35 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 07 08:49:10 2024 -0600 |
tree | 9dd6e83984ac9d1f633bda441591573d2ce1f5b7 | |
parent | c0d269da3c8492d4b81bbcb79a66f6d4a49f7610 [diff] |
malloc: Support testing with realloc() At present in tests it is possible to cause an out-of-memory condition with malloc() but not realloc(). Add support to realloc() too, so code which uses that function can be tested. Signed-off-by: Simon Glass <sjg@chromium.org>