Paul B Mahol (12020-12-23):
> I nowhere see proof that this cause any bugs.

get_file_handle() returns a file descriptor for use with select() or
poll(). If you give it a random number (fd is a random number), the
application will poll it as if it were a file descriptor. At best, it
causes EBADFD. At worse the application starts polling an existing and
unrelated file descriptor, causing random behaviors.

> This is fortunately completely false statement. It works just fine.

It works fine because this part of the code is completely not tested by
any of the fftools.

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to