aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-10-13 17:47:23 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-10-13 17:47:25 +0200
commit0e2a20bfb4e842d91bd14291d4304ab024b3c6cf (patch)
tree7a7fddd8a6aaf8008f02f0ecf0e0e811c76c9c13 /doc
parent7643be1d5556a933c54c79e8deeccada3b01f441 (diff)
bts-trx: Guard call to trx_sched_clean with NULL trx ptr
trx_phy_inst_open() already guards against NULL trx ptr when calling trx_sched_init(). Later on, in same path, trx_phy_inst_close() can be called which ends up calling trx_sched_clean(trx), this time not being guarded against NULL trx. This fixes Coverity CID#240498. Fixes: CID#240498 Change-Id: I00afc739559d57dd98db68c76f2a85006c15e875
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions