Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: initialize saveptrs

2018-03-26 Thread Liu Steven
> 在 2018年3月26日,上午11:49,Jeyapal, Karthick 写道: > > > > On 3/25/18 1:43 PM, Timo Rothenpieler wrote: >> Am 21.03.2018 um 20:37 schrieb Timo Rothenpieler: >>> Am 21.03.2018 um 20:33 schrieb Timo Rothenpieler: av_strtok calls strspn on a non-NULL *saveptr, so not NULL initializing it is

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: initialize saveptrs

2018-03-25 Thread Jeyapal, Karthick
On 3/25/18 1:43 PM, Timo Rothenpieler wrote: > Am 21.03.2018 um 20:37 schrieb Timo Rothenpieler: >> Am 21.03.2018 um 20:33 schrieb Timo Rothenpieler: >>> av_strtok calls strspn on a non-NULL *saveptr, so not NULL >>> initializing it is an issue. >>> >>> Fixes CID #1428568 >>> --- >>> libavform

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: initialize saveptrs

2018-03-25 Thread Timo Rothenpieler
Am 21.03.2018 um 20:37 schrieb Timo Rothenpieler: Am 21.03.2018 um 20:33 schrieb Timo Rothenpieler: av_strtok calls strspn on a non-NULL *saveptr, so not NULL initializing it is an issue. Fixes CID #1428568 ---   libavformat/hlsenc.c | 3 ++-   1 file changed, 2 insertions(+), 1 deletion(-) di

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: initialize saveptrs

2018-03-21 Thread Timo Rothenpieler
Am 21.03.2018 um 20:33 schrieb Timo Rothenpieler: av_strtok calls strspn on a non-NULL *saveptr, so not NULL initializing it is an issue. Fixes CID #1428568 --- libavformat/hlsenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsen

[FFmpeg-devel] [PATCH] avformat/hlsenc: initialize saveptrs

2018-03-21 Thread Timo Rothenpieler
av_strtok calls strspn on a non-NULL *saveptr, so not NULL initializing it is an issue. Fixes CID #1428568 --- libavformat/hlsenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index b7c6fbde6a..fa17776efe 100644 --- a/libavfor