You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously we were doing some UB stuff -- using reinterpret cast on a
byte buffer. Instead we use std::memcpy to copy a quint32 to the
buffer -- this is portable and not UB.
0 commit comments