daemon: Change command to abort() on resource problems.
authorRichard Jones <rjones@redhat.com>
Thu, 6 May 2010 19:32:09 +0000 (20:32 +0100)
committerRichard Jones <rjones@redhat.com>
Fri, 7 May 2010 14:27:28 +0000 (15:27 +0100)
commit34067b5c362d5070e91364cc1ed6487497462b42
tree2fb6cfbf8995fa9cb9962659c5d87550c9342c5c
parent4839d5142ca50818965866287932f9ded14729e6
daemon: Change command to abort() on resource problems.

The comment in the code describes it thus:

  /* Note: abort is used in a few places along the error paths early
   * in this function.  This is because (a) cleaning up correctly is
   * very complex at these places and (b) abort is used when a
   * resource problem is indicated which would be due to much more
   * serious issues - eg. memory or file descriptor leaks.  We
   * wouldn't expect fork(2) or pipe(2) to fail in normal
   * circumstances.
   */
daemon/guestfsd.c