Skip to content
Snippets Groups Projects
Commit 187630b2 authored by Tomas Härdin's avatar Tomas Härdin Committed by Michael Niedermayer
Browse files

mxfdec: Fix CID 732262


Coverity thinks ofs can end up 15, thus writing past the end of layout[]. This
is incorrect since it's always incremented by 2. Checking ofs <= 14 makes
Coverity happy and doesn't hurt.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 55c77a0c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment