Nicolas George (12020-08-09):
> Ping? Will apply next time I think about it if nobody objects and it
> still applies.
Pushed.
Regards,
--
Nicolas George
signature.asc
Description: PGP signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
Nicolas George (12020-01-04):
> From 8ef49a7c86e108ed9e6981d482ae892e6f62c0f5 Mon Sep 17 00:00:00 2001
> From: Nicolas George
> Date: Sat, 4 Jan 2020 19:52:08 +0100
> Subject: [PATCH 1/2] lavu/buffer: forward av_buffer_realloc() error code.
>
> Fix CID 1457235.
>
> Signed-off-by: Nicolas George
Andreas Rheinhardt (12020-01-04):
> Shouldn't you check for (ret < 0) instead of (!new)? I am unsure
> whether Coverity will really count this as a fix.
I hesitated and went for the minimalist patch. New version.
Regards,
--
Nicolas George
From 8ef49a7c86e108ed9e6981d482ae892e6f62c0f5 Mon Sep
Nicolas George:
> Fix CID 1457235.
>
> Signed-off-by: Nicolas George
> ---
> libavutil/buffer.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/libavutil/buffer.c b/libavutil/buffer.c
> index 6d9cb7428e..2f33e5ebb6 100644
> --- a/libavutil/buffer.c
> +++ b/libavuti
On 1/4/20, Nicolas George wrote:
> Fix CID 1457235.
>
> Signed-off-by: Nicolas George
> ---
> libavutil/buffer.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/libavutil/buffer.c b/libavutil/buffer.c
> index 6d9cb7428e..2f33e5ebb6 100644
> --- a/libavutil/buffer.c
Fix CID 1457235.
Signed-off-by: Nicolas George
---
libavutil/buffer.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavutil/buffer.c b/libavutil/buffer.c
index 6d9cb7428e..2f33e5ebb6 100644
--- a/libavutil/buffer.c
+++ b/libavutil/buffer.c
@@ -171,6 +171,7 @@ int av_