Re: [FFmpeg-devel] [PATCH v7 01/12] avdevice/dshow: prevent NULL access

2022-01-03 Thread Roger Pack
On Fri, Dec 24, 2021 at 1:50 AM Gyan Doshi wrote: > > > > On 2021-12-23 10:54 am, Gyan Doshi wrote: > > > > > > On 2021-12-23 10:39 am, Roger Pack wrote: > >> These LGTM, could someone apply them for me? > >> Thanks! > > > > Tomorrow, if no else does, or objects. > > Pushed as > > 7b21841ce45ef4ab

Re: [FFmpeg-devel] [PATCH v7 01/12] avdevice/dshow: prevent NULL access

2021-12-24 Thread Gyan Doshi
On 2021-12-23 10:54 am, Gyan Doshi wrote: On 2021-12-23 10:39 am, Roger Pack wrote: These LGTM, could someone apply them for me? Thanks! Tomorrow, if no else does, or objects. Pushed as 7b21841ce45ef4ab486c3c94a714345b878a70fd...a1c4929f65cc75b7175622a007b1e4bd37043d41 Had to correct a

Re: [FFmpeg-devel] [PATCH v7 01/12] avdevice/dshow: prevent NULL access

2021-12-22 Thread Gyan Doshi
On 2021-12-23 10:39 am, Roger Pack wrote: These LGTM, could someone apply them for me? Thanks! Tomorrow, if no else does, or objects. On Tue, Dec 21, 2021 at 6:54 AM Diederick Niehorster wrote: list_options true would crash when both a video and an audio device were specified as input.

Re: [FFmpeg-devel] [PATCH v7 01/12] avdevice/dshow: prevent NULL access

2021-12-22 Thread Roger Pack
These LGTM, could someone apply them for me? Thanks! On Tue, Dec 21, 2021 at 6:54 AM Diederick Niehorster wrote: > > list_options true would crash when both a video and an audio device were > specified as input. Crash would occur on line 784 because > ctx->device_unique_name[otherDevType] would b

[FFmpeg-devel] [PATCH v7 01/12] avdevice/dshow: prevent NULL access

2021-12-21 Thread Diederick Niehorster
list_options true would crash when both a video and an audio device were specified as input. Crash would occur on line 784 because ctx->device_unique_name[otherDevType] would be NULL Signed-off-by: Diederick Niehorster --- libavdevice/dshow.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(