idcin: check for integer overflow when calling av_get_packet()
chunk_size is unsigned 32-bit, but av_get_packet() takes a signed int as the packet size.
Showing
Please
register
or
sign in
to comment
chunk_size is unsigned 32-bit, but av_get_packet() takes a signed int as the packet size.