Lind-Project / native_client

native_client trusted code base
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Socket deadlock, Accept fix, Select fix #102

Closed rennergade closed 2 years ago

rennergade commented 2 years ago

This PR fixes:

  1. A deadlock issue on I/O calls to read and write when writing to sockets
  2. Properly creates an accept nacl desc when accept succeeds
  3. Small fix for select that uses calloc instead of malloc for the bitfield