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
thanks sdon1011, since this repository hasn't been maintained for so long,
it would take some time for me to help you. by the way, this repository
should no be used with further testing.
On Tue, Mar 9, 2021 at 4:25 PM sdon1011 ***@***.***> wrote:
In the code:
` // read another part
memcpy((char *)dst+have_read, bip->data+reader->start, size - have_read);
have_read = size;
reader->start += size;`
reader->start is incremented with size instead of being incremented with
(size - have_read) as in the memcpy().
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2PXRDKYE7YR3Q74CBH7ZDTCXLPZANCNFSM4Y3BKLUA>
.
In the code:
reader->start is incremented with size instead of being incremented with (size - have_read) as in the memcpy().
The text was updated successfully, but these errors were encountered: