Commit: e96a7fdd697bcba9046fd1afab75fd411c5cbf0d
Parent: 060e3dd69ed357bfacbc26ac0d778cfacab1fb94
Author: Vlad Pruteanu <vlad.pruteanu@nxp.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-03-20 11:17:54
Tree: 276584d3425cf475e62c2797f46625eb803bcff2

client/player: Use util_iov_append instead of iov_append util_iov_append has been recently created. This implementation allocates new memory for the appended data, while the old version of iov_append from client/player.c did not. This could lead to crashes in some scenarios, such as Unicast.

Diffstat

M client/player.c | 35 ++++++++++- - - - - - - - - - - - - - - - - - - - - - - - -

1 files changed, 10 insertions(+), 25 deletions(-)

View Full Diff | Patch