diff options
author | Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> | 2023-02-15 15:05:57 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2023-04-10 12:20:28 -0600 |
commit | 22a8be280383812235131dda18a8212a59fadd2d (patch) | |
tree | 3330ced3cd2e3fdfdf7cba1cefc40fff694699ff /tools/perf/builtin-annotate.c | |
parent | 5290586186d24d81d7f8eee4ba837f0cbc304b09 (diff) |
selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem
malloc_and_init_memory() in fill_buf isn't checking if memalign()
successfully allocated memory or not before accessing the memory.
Check the return value of memalign() and return NULL if allocating
aligned memory fails.
Fixes: a2561b12fe39 ("selftests/resctrl: Add built in benchmark")
Co-developed-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
0 files changed, 0 insertions, 0 deletions