MaxRusov
Results
1
issues of
MaxRusov
TIdSocketListVCLPosix.Add checks Count < FD_SETSIZE. It is incorrect in Posix. Need to check: AHandle < FD_SETSIZE. _FD_SET causes memory corruption if AHandle > 1024. It is advisable to replace `select`...
Type: Bug
Element: Socket Stacks
Status: Pending