Re: [FFmpeg-devel] [PATCH 09/16] avformat/hlsenc: Check some unchecked allocations

2019-12-22 Thread Steven Liu
> 在 2019年12月16日,08:04,Andreas Rheinhardt 写道: > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/hlsenc.c | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index 8f142fd475..b3f9582267 100644 > --- a/libav

[FFmpeg-devel] [PATCH 09/16] avformat/hlsenc: Check some unchecked allocations

2019-12-15 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavformat/hlsenc.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 8f142fd475..b3f9582267 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -1614,6 +1614,8 @@