In CrMallocErrorBreak, do not kill the process if errno is ENOMEM.

This will allow large JPEG decodes to be handled and optionally killed by the
OOM killer instead. Based on a sampling of the other malloc_error_break() bugs
("unaligned pointer", "freed was not allocated", "double free", and "incorrect
checksum"), this will only affect the "allocate region" error, as those others
happen at free(), rather than malloc().

BUG=103980
TEST=Covered by ProcessUtilTest.MacTerminateOnHeapCorruption


Review URL: http://codereview.chromium.org/9597031

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125441 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 10658cb60e12130ceef08c62d966dccac4e6b2f1
1 file changed
tree: d7ce5cd1894bb8263cd49605bddee57c06886aac
  1. base/
  2. build/
  3. dbus/
  4. ipc/
  5. testing/
  6. third_party/