Closed Savagedlight closed 8 years ago
Go through everything(tm) and ensure the library handles failing strdup() calls properly. It should set error state and return a value indicating error if the strdup() failure is fatal.
The same should be done for all of the (one!) calloc() calls. In ifconfig_open().
Go through everything(tm) and ensure the library handles failing strdup() calls properly. It should set error state and return a value indicating error if the strdup() failure is fatal.