Re: [FFmpeg-devel] [PATCH 1/2] avcodec/avcodec: fix UB NULL+0

2023-05-04 Thread zhilizhao(赵志立)
> On Apr 26, 2023, at 20:49, zhilizhao(赵志立) wrote: > >> On Apr 12, 2023, at 01:49, Zhao Zhili wrote: >> >> From: Zhao Zhili >> >> --- >> libavcodec/avcodec.c | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> >> diff --git a/libavcodec/avcodec.c b/libavcodec/avcodec.c >> index

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/avcodec: fix UB NULL+0

2023-04-26 Thread zhilizhao(赵志立)
> On Apr 12, 2023, at 01:49, Zhao Zhili wrote: > > From: Zhao Zhili > > --- > libavcodec/avcodec.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/avcodec.c b/libavcodec/avcodec.c > index fb1362290f..5a96899d50 100644 > --- a/libavcodec/avcodec.c >