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

MV clamping #189

Open
tterribe opened this issue Jan 22, 2016 · 0 comments
Open

MV clamping #189

tterribe opened this issue Jan 22, 2016 · 0 comments

Comments

@tterribe
Copy link

We do not currently clamp MVs at all (encoder or decoder). This is a security issue, since a malformed MV may cause reads from almost any location. We will need to think about how to add this clamping very carefully, since we will want to both prevent out-of-bounds buffer accesses, but also any potential overflows in the computation of the MVs themselves.

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