Commit b358e56a authored by reimar's avatar reimar

Remove check that thanks to padding is no longer necessary.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19057 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dfb035a9
......@@ -92,8 +92,6 @@ static unsigned int mszh_decomp(const unsigned char * srcptr, int srclen, unsign
continue;
}
if ((mask & (1 << (--maskbit))) == 0) {
if (destptr_end - destptr < 4)
break;
memcpy(destptr, srcptr, 4);
destptr += 4;
srcptr += 4;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment