Would you like to add more error handling for return values from functions like the following? - [calloc](https://pubs.opengroup.org/onlinepubs/9699919799/functions/calloc.html "Memory allocation") ⇒ [ps_create_job_data](https://github.com/OpenPrinting/ps-printer-app/blob/a7e250719bcec21a7782e0a46017d81d9c822d22/ps-printer-app.c#L476) - [fputc](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fputc.html "Put a byte on a stream.") ⇒ [ps_ascii85](https://github.com/OpenPrinting/ps-printer-app/blob/a7e250719bcec21a7782e0a46017d81d9c822d22/ps-printer-app.c#L259)