Re: [FFmpeg-devel] [PATCH 8/9] avformat/udp: Fix temporary buffer race

2024-07-23 Thread Michael Niedermayer
On Tue, Jul 09, 2024 at 03:12:52PM +0200, Michael Niedermayer wrote: > On Mon, Jul 08, 2024 at 07:46:19PM +0200, Marton Balint wrote: > > > > > > On Sun, 9 Jun 2024, Michael Niedermayer wrote: > > > > > Fixes: CID1551679 Data race condition > > > Fixes: CID1551687 Data race condition > > > > Ho

Re: [FFmpeg-devel] [PATCH 8/9] avformat/udp: Fix temporary buffer race

2024-07-09 Thread Michael Niedermayer
On Tue, Jul 09, 2024 at 03:12:52PM +0200, Michael Niedermayer wrote: > On Mon, Jul 08, 2024 at 07:46:19PM +0200, Marton Balint wrote: > > > > > > On Sun, 9 Jun 2024, Michael Niedermayer wrote: > > > > > Fixes: CID1551679 Data race condition > > > Fixes: CID1551687 Data race condition marked the

Re: [FFmpeg-devel] [PATCH 8/9] avformat/udp: Fix temporary buffer race

2024-07-09 Thread Michael Niedermayer
On Mon, Jul 08, 2024 at 07:46:19PM +0200, Marton Balint wrote: > > > On Sun, 9 Jun 2024, Michael Niedermayer wrote: > > > Fixes: CID1551679 Data race condition > > Fixes: CID1551687 Data race condition > > How is this a data race? Concurrent reading and writing is not supported for > UDP as far

Re: [FFmpeg-devel] [PATCH 8/9] avformat/udp: Fix temporary buffer race

2024-07-08 Thread Marton Balint
On Sun, 9 Jun 2024, Michael Niedermayer wrote: Fixes: CID1551679 Data race condition Fixes: CID1551687 Data race condition How is this a data race? Concurrent reading and writing is not supported for UDP as far as I know. Thanks, Marton Sponsored-by: Sovereign Tech Fund Signed-off-by: