[vlc-devel] [PATCH] network: io: check virtual sockets own buffers (fix #8972)
Francois Cartegnie
fcvlcdev at free.fr
Tue Jul 16 10:01:42 CEST 2013
Le 15/07/2013 23:13, Rémi Denis-Courmont a écrit :
>
> There should not be any need for a new callback. This is just a bug in
> net_Read().
I don't really see how to fix this:
You can't poll() virtual socket and calling directly the virtual socket
read methods is in non cancelable section, which would be another bug if
the pf_read is blocking.
Francois
More information about the vlc-devel
mailing list