Re: [FFmpeg-devel] [PATCH] avcodec/hevcdec: add some missing allocation checks

2021-02-11 Thread Nuo Mi
On Thu, Feb 11, 2021 at 11:49 PM James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/hevcdec.c | 25 +++-- > 1 file changed, 19 insertions(+), 6 deletions(-) > > diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c > index 898dac8cbb..325c7850e6 100644 > -

Re: [FFmpeg-devel] [PATCH] avcodec/hevcdec: add some missing allocation checks

2021-02-11 Thread James Almer
On 2/11/2021 12:57 PM, Paul B Mahol wrote: probably ok Applied. Thanks. ___ 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

Re: [FFmpeg-devel] [PATCH] avcodec/hevcdec: add some missing allocation checks

2021-02-11 Thread Paul B Mahol
probably ok ___ 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".

[FFmpeg-devel] [PATCH] avcodec/hevcdec: add some missing allocation checks

2021-02-11 Thread James Almer
Signed-off-by: James Almer --- libavcodec/hevcdec.c | 25 +++-- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c index 898dac8cbb..325c7850e6 100644 --- a/libavcodec/hevcdec.c +++ b/libavcodec/hevcdec.c @@ -515,6 +515,9