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
The size of Qid was being calculated using std::mem::size_of_val. This
function counts padding due to the Rust compiler aligning fields which
results in an incorrect wire size. This patch adds a size function
similar to other structures to explicitly calculate the size of Qid
without padding.
0 commit comments