[MPlayer-dev-eng] [PATCH] MMS, fixes crash due to unexpected server response
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sat Mar 28 21:22:53 CET 2009
On Sat, Mar 28, 2009 at 08:54:53PM +0100, Francesco Cosoleto wrote:
> Just not to be repetitive, attached a new patch that fixes crash
> reported in Bugzilla #1061
> (http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1061).
It does not fix any crash, it just avoids one particular case.
The issue is idiotic send() behaviour specified by POSIX, which can be avoided
by adding MSG_NOSIGNAL to the flags where available.
More information about the MPlayer-dev-eng
mailing list