commit | 12525371ef082483d524447310da7d0f5866bf91 | [log] [tgz] |
---|---|---|
author | Roman Smirnov <r.smirnov@omp.ru> | Wed Jul 10 14:31:46 2024 +0300 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Wed Jul 10 10:15:33 2024 -0400 |
tree | a1fedab1c678436bbb604b74c7942fa0aa85b457 | |
parent | ba70a116d97108f21a853f5549758a720fdbefb3 [diff] |
client/player: add error code handling to transport_recv() It is necessary to add return value check as in sock_send(). Found with the SVACE static analysis tool.