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? - [malloc](http://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html) ⇒ [writeStackTrace](https://github.com/ntpeters/SimpleLogger/blob/57bb9c5663c9b11f7c65cd9190e1d6ffdb0aa14b/simplog.c#L229) - [open](http://pubs.opengroup.org/onlinepubs/9699919799/functions/open.html) ⇒ [writeLog](https://github.com/ntpeters/SimpleLogger/blob/57bb9c5663c9b11f7c65cd9190e1d6ffdb0aa14b/simplog.c#L55)
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?