Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case LZVN_7 #1

Open
pruten opened this issue Dec 12, 2014 · 0 comments
Open

Case LZVN_7 #1

pruten opened this issue Dec 12, 2014 · 0 comments

Comments

@pruten
Copy link

pruten commented Dec 12, 2014

In case LZVN_7,

compBufferPointer = length;
compBufferPointer -= negativeOffset;  // sub %r12,%r8
if (compBufferPointer < negativeOffset) // jb Llzvn_exit
{
    return 0;
}

The condition should probably be

if (length < negativeOffset)

since compBufferPointer has already been modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant