Would you like to add more error handling for return values from functions like the following? * [malloc](https://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html "Memory allocation") ⇒ [cnx_cli_init](https://github.com/vstan02/conix/blob/0c3e378ad664d15cd7d154d5d23816e39c1cbc99/src/conix.c#L35) * [strdup](https://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html "Duplicate a string") ⇒ [push](https://github.com/vstan02/conix/blob/3a3fa8242c2907f0bd587756f0f90c714d9bfc0b/src/info.c#L65)
Would you like to add more error handling for return values from functions like the following?