Re: [FFmpeg-devel] [PATCH] ffprobe: fix crash in case -of is specified with an empty string

2016-11-17 Thread Stefano Sabatini
On date Thursday 2016-11-17 19:57:13 +0100, Andreas Cadhalpun encoded: > On 17.11.2016 12:12, Stefano Sabatini wrote: > > Fix trac issue #5957. > > --- > > ffprobe.c | 6 ++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/ffprobe.c b/ffprobe.c > > index a2980b3..79fe296 100644 > >

Re: [FFmpeg-devel] [PATCH] ffprobe: fix crash in case -of is specified with an empty string

2016-11-17 Thread Andreas Cadhalpun
On 17.11.2016 12:12, Stefano Sabatini wrote: > Fix trac issue #5957. > --- > ffprobe.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/ffprobe.c b/ffprobe.c > index a2980b3..79fe296 100644 > --- a/ffprobe.c > +++ b/ffprobe.c > @@ -3311,6 +3311,12 @@ int main(int argc, char **argv)

[FFmpeg-devel] [PATCH] ffprobe: fix crash in case -of is specified with an empty string

2016-11-17 Thread Stefano Sabatini
Fix trac issue #5957. --- ffprobe.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/ffprobe.c b/ffprobe.c index a2980b3..79fe296 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -3311,6 +3311,12 @@ int main(int argc, char **argv) goto end; } w_name = av_strtok(print_format,