Re: [FFmpeg-devel] [PATCH 2/3] tools/crypto_bench: check malloc fail before using it

2019-05-09 Thread myp...@gmail.com
On Thu, May 9, 2019 at 4:53 PM Nicolas George wrote: > > Jun Zhao (12019-05-09): > > From: Jun Zhao > > > > Need to check malloc fail before using it, so adjust the location > > in the code. > > > > Signed-off-by: Jun Zhao > > --- > > tools/crypto_bench.c |8 +--- > > 1 files changed, 5

Re: [FFmpeg-devel] [PATCH 2/3] tools/crypto_bench: check malloc fail before using it

2019-05-09 Thread Nicolas George
Jun Zhao (12019-05-09): > From: Jun Zhao > > Need to check malloc fail before using it, so adjust the location > in the code. > > Signed-off-by: Jun Zhao > --- > tools/crypto_bench.c |8 +--- > 1 files changed, 5 insertions(+), 3 deletions(-) Ok. Regards, -- Nicolas George sign

[FFmpeg-devel] [PATCH 2/3] tools/crypto_bench: check malloc fail before using it

2019-05-08 Thread Jun Zhao
From: Jun Zhao Need to check malloc fail before using it, so adjust the location in the code. Signed-off-by: Jun Zhao --- tools/crypto_bench.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/crypto_bench.c b/tools/crypto_bench.c index aca8bbb..ac9fcc4 1006