• Michael Niedermayer's avatar
    avcodec/g2meet: Fix framebuf size · e07ac727
    Michael Niedermayer authored
    Currently the code can in some cases draw tiles that hang outside the
    allocated buffer. This patch increases the buffer size to avoid out
    of array accesses. An alternative would be to fail if such tiles are
    encountered.
    I do not know if any valid files use such hanging tiles.
    
    Fixes Ticket2971
    Found-by: ami_stuff
    Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
    e07ac727
g2meet.c 26.6 KB