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? - [strdup](http://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html) ⇒ [main](https://github.com/jcloudpub/speedy/blob/db20df6d8b0a4f8a4cce599dacd76148eb1aad1a/chunkserver/spy_server.c#L1343) - [pthread_cond_init](http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_init.html) ⇒ [spy_create_work_queue](https://github.com/jcloudpub/speedy/blob/f5cac4bc87067c519d5de1158b2f7a13e5ac7a4e/chunkserver/spy_work.c#L114)