[vlc-devel] commit: video_filter_puzzle: remove unnedeed structure ( it does not change anything to the race conditions already present). ( Rémi Duraffort )

Laurent Aimar fenrir at via.ecp.fr
Tue Oct 20 19:42:27 CEST 2009


On Tue, Oct 20, 2009, Rémi Duraffort wrote:
> In fact inside the Mouse function the lock is not taken while modifying
> the p_sys structure and even more modifying the pi_order array. AFAIK
> this can lead to a segv.
 As all function inside filter_t::, they are never called from outside the
the same thread.

> I'm not sure this commit was really needed but there is definitivelly a
> race condition here.
 Nope.


-- 
fenrir



More information about the vlc-devel mailing list