| Index: base/process_util_posix.cc
|
| diff --git a/base/process_util_posix.cc b/base/process_util_posix.cc
|
| index 9d0ba58c85b9ecce2e6ccf29d36e095ded9156e0..bd7d2bc59484adeb130de87ec7f515696147cfbf 100644
|
| --- a/base/process_util_posix.cc
|
| +++ b/base/process_util_posix.cc
|
| @@ -375,7 +375,7 @@ char** AlterEnvironment(const environment_vector& changes,
|
| for (environment_vector::const_iterator
|
| j = changes.begin(); j != changes.end(); j++) {
|
| bool found = false;
|
| - const char *pair;
|
| + const char *pair = NULL; // clang pr9062
|
|
|
| for (unsigned i = 0; env[i]; i++) {
|
| pair = env[i];
|
|
|