[vlc-devel] vlc: svn commit r24395 (courmisch)

Subversion daemon svn at videolan.org
Fri Jan 18 18:36:34 CET 2008


r24395 | courmisch | 2008-01-18 18:36:34 +0100 (Fri, 18 Jan 2008) | 4 lines
Changed paths:
   M /trunk/modules/misc/lua/net.c

Fix Windows case which implements fd_set differently:
POSIX does not define FD_SET for fd >= FD_SETSIZE (=> buffer overflow).
Windows makes FD_SET a no-op if there are already FD_SETSIZE descriptors in the set.

 > http://trac.videolan.org/vlc/changeset/24395



More information about the vlc-devel mailing list