989d7d9fcf
If a plugin crashes quickly enough, we can get into a situation where the deregister function is called before it's ever registered. Safely handle the resulting nil pointer in the dynamic registry by not emitting a plugin event, but also update the plugin event handler to tolerate nil pointers in case we wire it up elsewhere in the future.
4 lines
94 B
Plaintext
4 lines
94 B
Plaintext
```release-note:bug
|
|
csi: Fixed a bug where a crashing plugin could panic the Nomad client
|
|
```
|