I have looked at a few source files for your current software. I have noticed that some checks for return codes are missing. Would you like to add more error handling for return values from functions like the following? - [fopen](http://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html) ⇒ [PaUtil_DumpHighSpeedLog](https://github.com/mofarrell/p2pvc/blob/cddbc34794533a59fec06cd08b5ecfd4e84b992c/src/pa_trace.c#L200) - [malloc](http://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html) ⇒ [p2p_send_pass](https://github.com/mofarrell/p2pvc/blob/7374874e853ebf093ccdc78a8717ea4fdd3b9b8d/src/p2plib.c#L172) - [pthread_create](http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_create.html) ⇒ [start_video](https://github.com/mofarrell/p2pvc/blob/6fd3b50e24290cddd0f1d6165f2dbf65dbe1575d/src/video.c#L64)