sof/tools/probes
Curtis Malainey 89e7983498 probe: fix realloc mishandling
you need to use a temp var always with realloc, otherwise you through
away your pointer to your memory (which is still valid) in the event of
realloc failing.

Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
2021-06-03 13:32:59 +01:00
..
CMakeLists.txt probe-app: initial code 2020-02-19 12:28:59 +00:00
probes_main.c probe: fix realloc mishandling 2021-06-03 13:32:59 +01:00
wave.h probe-app: initial code 2020-02-19 12:28:59 +00:00