vmware / govmomi

Go library for the VMware vSphere API
Apache License 2.0
2.32k stars 913 forks source link

fix: vcsim: avoid possible race when encoding PropertyCollector response #3538

Closed dougm closed 2 months ago

dougm commented 2 months ago

Copy while content.Obj is locked, as it won't be when final results are encoded.

Fixes #3533