From: James Almer <jamrial@gmail.com> To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [PATCH] avutil/hwcontext: check the null pointer input value before use it Date: Thu, 10 Feb 2022 23:10:38 -0300 Message-ID: <127c2028-86e5-ff37-d87a-a0d32ea79da2@gmail.com> (raw) In-Reply-To: <ABCFBBAA-D754-403E-AF31-45975AC62E04@chinaffmpeg.org> On 2/10/2022 11:03 PM, Steven Liu wrote: > > >> 2022年2月11日 上午10:01,James Almer <jamrial@gmail.com> 写道: >> >> On 2/10/2022 10:43 PM, Steven Liu wrote: >>>> 2022年2月10日 下午8:27,James Almer <jamrial@gmail.com> 写道: >>>> >>>> On 2/10/2022 9:20 AM, Steven Liu wrote: >>>>> because the src, src->hw_frames_ctx and src->hw_frames_ctx->data can be >>>>> set to null when the user calling av_hwframe_transfer_data, this will >>>>> get crash if they are null. >>>> >>>> src can not be NULL. The doxy doesn't allow it. >>> Hi James, >>> User call av_hwframe_transfer_data like this: >>> av_hwframe_transfer_data(dst, NULL, 0); >>> It will crash when dst->buf[0] is null. >>> Because dst->buf[0] is null and src is null, it will call transfer_data_alloc, but the first line is ctx = (AVHWFramesContext*)src->hw_frames_ctx->data; in transfer_data_alloc, >>> It using src->hw_frames_ctx. >>> av_hwframe_transfer_data is av_*, it is API to user. >>> Maybe this is not logic problem, looks like a security problem. >> >> I know what happens when you pass NULL as src argument. My point is that it's not a security problem because that's an API violation and an explicitly forbidden scenario: Neither src or dst can be NULL, and at least one of them must have an AVHWFramesContext attached. Any application not following that is faulty and buggy, and needs to be fixed. >> >> And you can get crashes by passing NULL arguments to lots of public libav* functions, not just this one. > Won’t we fix them? We have nothing to fix. If someone writes an application that calls avcodec_open2(NULL, NULL, NULL) despite it being strictly forbidden, then it's their fault and they deserve the segfaults they will get. > > > Thanks > > Steven Liu > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2022-02-11 2:10 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-02-10 12:20 Steven Liu 2022-02-10 12:22 ` Steven Liu 2022-02-10 12:27 ` James Almer 2022-02-11 1:43 ` Steven Liu 2022-02-11 2:01 ` James Almer 2022-02-11 2:03 ` Steven Liu 2022-02-11 2:10 ` James Almer [this message] 2022-02-11 2:16 ` Steven Liu 2022-02-11 2:39 ` James Almer
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=127c2028-86e5-ff37-d87a-a0d32ea79da2@gmail.com \ --to=jamrial@gmail.com \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git