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
We were always returning the maximum log size (of 8192) even when the
actual log was much shorter. Strictly speaking, we should be returning
the log only up to the first null terminator. Doing otherwise could
cause strange behaviour, and may account for the flaky fails we've seen
in this test on both adapters.
0 commit comments