summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorShreesh Adiga <16567adigashreesh@gmail.com>2021-07-11 18:13:04 +0530
committerDudemanguy <random342@airmail.cc>2021-07-13 15:16:59 +0000
commit8ace8e879050fbfc7e11c68541dbadd6ce8b56a9 (patch)
treed15f2cc99e52f49cdbf35523d1f21e1050c3d680 /TOOLS
parentbe81470f5464abcb31095f6c86380b354a16ba2d (diff)
downloadmpv-8ace8e879050fbfc7e11c68541dbadd6ce8b56a9.tar.bz2
mpv-8ace8e879050fbfc7e11c68541dbadd6ce8b56a9.tar.xz
demux: acquire lock before calling update_bytes_read
in->byte_level_seeks field is written and modified inside update_bytes_read at the same time when demux_get_reader_state is executing, which locks the demux thread mutex. This results in a data race, reported by Thread Sanitizer when playing mp3 file of sufficient long length.
Diffstat (limited to 'TOOLS')
0 files changed, 0 insertions, 0 deletions