Re: [FFmpeg-devel] [PATCH] avformat/hashenc: fix incorrect use of av_mallocz_array()

2019-09-23 Thread Michael Niedermayer
On Sun, Sep 22, 2019 at 02:24:11PM +0200, Moritz Barsnick wrote: > Fixes CID 1453867, CID 1453866, CID 1453865. > > Signed-off-by: Moritz Barsnick > --- > libavformat/hashenc.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) will apply thx [...] -- Michael GnuPG fingerprint

[FFmpeg-devel] [PATCH] avformat/hashenc: fix incorrect use of av_mallocz_array()

2019-09-22 Thread Moritz Barsnick
Fixes CID 1453867, CID 1453866, CID 1453865. Signed-off-by: Moritz Barsnick --- libavformat/hashenc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/hashenc.c b/libavformat/hashenc.c index 8e090731ae..34a8fd1f50 100644 --- a/libavformat/hashenc.c +++ b/liba