commit | cf714c675c28c304a3741174d93e90b86c269251 | [log] [tgz] |
---|---|---|
author | Matt Rosencrantz <mattr@google.com> | Thu Jan 22 16:15:56 2015 -0800 |
committer | Matt Rosencrantz <mattr@google.com> | Thu Jan 22 16:16:57 2015 -0800 |
tree | 8efb3eb5271b508e5e2458390cc49c607b1ec422 | |
parent | 8f1e20c8d0766e85cd3b000dac5d405c15d9db0d [diff] |
veyron/runtimes/google/rt: Fix a race condition in our signal handling. I had previously removed signals as a sync.Once initialized global variable, but I failed to actually remove the global variable. This caused a race to happen on that value. Change-Id: Iace5cdd6b08cedcfa8db5981f8aa8381d45387ea