monzum / tuf-legacy

Incorporate TUF into legacy applications.
MIT License
1 stars 0 forks source link

close() call is still not supported by libnetworkinterpose.c due to a major bug #2

Closed monzum closed 11 years ago

monzum commented 11 years ago

Due to the fact that POSIX call close() is shared between file descriptors and socket descriptor, something special needs to be done in order to differentiate it. Currently the close() call has been disabled until we can better handle this.

monzum commented 11 years ago

This has been fixed, and close() call is now supported.