Displaying 1 result from an estimated 1 matches for "cleantly".
Did you mean:
cleanly
2001 Aug 02
0
patch: properly zeroing fd_set in clientloop
...vity. These are rather hard to trace.
Problem was fixed by patching clientloop, where fd_set structures appear
to be improperly zeroed (bytes vs bits).
FD_ZERO does not appear to work as fd_sets are just pointers in this case,
so alternative method is used.
Patch by jik attached (does not apply cleantly to CVS but the idea should
be apparent).
--
Pekka Savola "Tell me of difficulties surmounted,
Netcore Oy not those you stumble over and fall"
Systems. Networks. Security. -- Robert Jordan: A Crown of Swords
-------------- next part --------------
---...