Skip to content
  • Rémi Denis-Courmont's avatar
    libvlc: fix race on input_item_t.p_stats · 5e5379ef
    Rémi Denis-Courmont authored
    p_stats is written with the input item lock (by the input thread).
    Thus the input item lock is necessary to read and dereference p_stats.
    
    (cherry picked from commit 1fffacd6ea5df99f8d22111b13dfcfd3bcd49bca)
    5e5379ef