mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 11:54:12 +00:00
Fix panic on 32-bit platforms Conflicts in tlsutil/config.go were resolved by dropping those changes. The issue that was fixed in that file is not in 1.10.x.
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.
|
|
```
|