| commit | 2d2a00d1d20c7b4718a9a973cd24fc612f64994a | [log] [tgz] |
|---|---|---|
| author | Alexandre Gonzalo <alexandre.gonzalo@arm.com> | Mon Jul 28 11:51:49 2025 +0200 |
| committer | György Szing <gyorgy.szing@arm.com> | Tue Nov 25 11:36:19 2025 +0000 |
| tree | e131ecd8c56ed47b5e33f6668f71484a7a1dcb51 | |
| parent | fb9d7d60b8d5fc79070f0f342fa6950de7e388d4 [diff] |
rpc: fix in response_callback() Memory leak in response_callback() when the heap is exhausted and realloc() is returning NULL. In this case, the original address (buf->data) was lost. Change-Id: I770cfbf51d0772dc2135b019c636d85325340d63 Signed-off-by: Alexandre Gonzalo <alexandre.gonzalo@arm.com>