Re: [libav-devel] [PATCH] avprobe: Handle invalid values for the color description

2017-04-24 Thread Vittorio Giovara
On Sun, Apr 23, 2017 at 9:23 AM, Luca Barbato wrote: > On 4/18/17 7:11 PM, Luca Barbato wrote: >> On 17/04/2017 18:04, Vittorio Giovara wrote: >>> On Mon, Apr 17, 2017 at 9:48 AM, Luca Barbato wrote: print_str() cannot print NULL. Bug-Id:

Re: [libav-devel] [PATCH] avprobe: Handle invalid values for the color description

2017-04-23 Thread Luca Barbato
On 4/18/17 7:11 PM, Luca Barbato wrote: > On 17/04/2017 18:04, Vittorio Giovara wrote: >> On Mon, Apr 17, 2017 at 9:48 AM, Luca Barbato wrote: >>> print_str() cannot print NULL. >>> >>> Bug-Id: 1040 >>> CC: libav-sta...@libav.org >>> --- >>> avtools/avprobe.c | 36

Re: [libav-devel] [PATCH] avprobe: Handle invalid values for the color description

2017-04-18 Thread Luca Barbato
On 17/04/2017 18:04, Vittorio Giovara wrote: > On Mon, Apr 17, 2017 at 9:48 AM, Luca Barbato wrote: >> print_str() cannot print NULL. >> >> Bug-Id: 1040 >> CC: libav-sta...@libav.org >> --- >> avtools/avprobe.c | 36 +++- >> 1 file changed, 31

Re: [libav-devel] [PATCH] avprobe: Handle invalid values for the color description

2017-04-17 Thread Vittorio Giovara
On Mon, Apr 17, 2017 at 9:48 AM, Luca Barbato wrote: > print_str() cannot print NULL. > > Bug-Id: 1040 > CC: libav-sta...@libav.org > --- > avtools/avprobe.c | 36 +++- > 1 file changed, 31 insertions(+), 5 deletions(-) I'm not sure about

[libav-devel] [PATCH] avprobe: Handle invalid values for the color description

2017-04-17 Thread Luca Barbato
print_str() cannot print NULL. Bug-Id: 1040 CC: libav-sta...@libav.org --- avtools/avprobe.c | 36 +++- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/avtools/avprobe.c b/avtools/avprobe.c index 68f19220c8..92986b5693 100644 --- a/avtools/avprobe.c