-
- Downloads
Use tor_fgets() instead of fgets().
This patch changes our use of fgets() to tor_fgets() for more consistent error handling across different versions of the C library.
Loading
Please register or sign in to comment
This patch changes our use of fgets() to tor_fgets() for more consistent error handling across different versions of the C library.