Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix misaligned struct member used in atomic operation
This fixes a panic caused by attempting to atomically access a struct member which is not 64-bit aligned when running on 32-bit arch, due to the smaller sync.Map struct. Signed-off-by: Daniel Swarbrick <[email protected]>
- Loading branch information