Re: [libav-devel] [PATCH 3/4] drawtext: Set an explicit allocation limit

2015-08-01 Thread Luca Barbato
On 01/08/15 20:46, Anton Khirnov wrote: Quoting Luca Barbato (2015-08-01 11:22:12) And make sure to not have dangling pointers. --- libavfilter/vf_drawtext.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/libavfilter/vf_drawtext.c

Re: [libav-devel] [PATCH 3/4] drawtext: Set an explicit allocation limit

2015-08-01 Thread Anton Khirnov
Quoting Luca Barbato (2015-08-01 11:22:12) And make sure to not have dangling pointers. --- libavfilter/vf_drawtext.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index 15c994f..62993cf 100644

[libav-devel] [PATCH 3/4] drawtext: Set an explicit allocation limit

2015-08-01 Thread Luca Barbato
And make sure to not have dangling pointers. --- libavfilter/vf_drawtext.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index 15c994f..62993cf 100644 --- a/libavfilter/vf_drawtext.c +++