e226733b26
sync/atomic must be used with 64-bit aligned fields, and that alignment is difficult to ensure unless the field is the first one in the struct. https://golang.org/pkg/sync/atomic/#pkg-note-BUG.
4 lines
121 B
Plaintext
4 lines
121 B
Plaintext
```release-note:bug
|
|
agent: fix a panic on 32-bit platforms caused by misaligned struct fields used with sync/atomic.
|
|
```
|