breakpad/src/client/linux/crash_generation
Mike Frysinger c13d6fa467 crash_generation: fix bad call to close
If signal_fd is -1 still, we end up calling close(-1).  Not generally
a problem, but it's bad form, and coverity is upset by it.

Change-Id: I46f9c7ca4be7b43af5b609dd8e3f03a0700af418
Reviewed-on: https://chromium-review.googlesource.com/414544
Reviewed-by: Primiano Tucci <primiano@chromium.org>
2016-12-09 15:56:26 +00:00
..
client_info.h Fix linux compile errors for some systems. 2012-10-02 10:46:31 +00:00
crash_generation_client.cc Linux multiprocess crash reporter: use pipe instead of socketpair in the client 2014-10-09 19:34:31 +00:00
crash_generation_client.h Make the Linux CrashGenerationClient an interface. 2014-05-05 20:36:06 +00:00
crash_generation_server.cc crash_generation: fix bad call to close 2016-12-09 15:56:26 +00:00
crash_generation_server.h This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00