An error occurred while fetching folder content.
user avatar
Use int32 for atomic ops to avoid alignment issues
Michael Schurter authored
From https://golang.org/pkg/sync/atomic/#pkg-note-BUG :

On both ARM and x86-32, it is the caller's responsibility to arrange for
64-bit alignment of 64-bit words accessed atomically. The first word in
a global variable or in an allocated struct or slice can be relied upon
to be 64-bit aligned.
c075349a
Name Last commit Last update