]> git.sesse.net Git - ffmpeg/commit
avformat/hashenc: fix incorrect use of av_mallocz_array()
authorMoritz Barsnick <barsnick@gmx.net>
Sun, 22 Sep 2019 12:24:11 +0000 (14:24 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 23 Sep 2019 20:16:00 +0000 (22:16 +0200)
commite9e9f79a1908899a315eed760e55b2c32ec1e55b
treefc4993d41cf7d45c12ddb5d4018b498ab3cf2e42
parent648f5c93820ed204bdc477562b61055068c412fe
avformat/hashenc: fix incorrect use of av_mallocz_array()

Fixes CID 1453867, CID 1453866, CID 1453865.

Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/hashenc.c