Make init(8) more tolerate when memory allocation failed.
While there also eliminate use of strerror() by utilizing
existing library functionality.
Differential D11513
Handle memory allocation errors. Authored by delphij on Jul 7 2017, 7:12 AM.
Details
Diff Detail
Event TimelineComment Actions I think that the patch should be split. Right now it is a mix of style, s/0/NULL/, use of %m, minor code fixes and so on.
| |||||||||||||||||||||||||||||