Would you like to add more error handling for return values from functions like the following? - [sigaction](http://pubs.opengroup.org/onlinepubs/9699919799/functions/realloc.html) ⇒ [reg_sigterm_handler](https://github.com/01org/IntelRackScaleArchitecture/blob/39f89bbc5598eb616572b3bf37e77bb9412eccab/RSA-SW/RMM/src/lib/libutils/common.c#L43) - [strdup](http://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html) ⇒ [get_args_count](https://github.com/01org/IntelRackScaleArchitecture/blob/39f89bbc5598eb616572b3bf37e77bb9412eccab/RSA-SW/RMM/src/lib/libredfish/msg_reg.c#L45)
Would you like to add more error handling for return values from functions like the following?