Loading
protobuf_29: fix darwin tests that would fail due to the temporary
directory being deleted by a forked child process created by death tests. - Backports a commit from a future protobuf version which uses a different temporary directory for each test process. - Sets the death test mode to "threadsafe", causing gtest to fork and exec instead of just forking, making it create a new temporary directory for this specific test.