Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtp/sess: fix missing srate_tx locking (#1231)
Found by coverity: CID 443862: Concurrent data access violations (MISSING_LOCK) Accessing "sess->srate_tx" without holding lock "rtcp_sess.lock". Elsewhere, "rtcp_sess.srate_tx" is written to with "rtcp_sess.lock" held 2 out of 2 times (2 of these accesses strongly imply that it is necessary).
- Loading branch information