Re: [FFmpeg-devel] [PATCH]lavf/matroskadec: Do not use strncat() to limit copying a one-char constant

2018-12-10 Thread Carl Eugen Hoyos
2018-12-10 23:53 GMT+01:00, Mark Thompson : > On 10/12/2018 00:57, Carl Eugen Hoyos wrote: >> 2018-12-09 19:03 GMT+01:00, Mark Thompson : >>> On 06/12/2018 22:26, Carl Eugen Hoyos wrote: Hi! Attached patch silences a new gcc warning, alternative would be to disable the warning.

Re: [FFmpeg-devel] [PATCH]lavf/matroskadec: Do not use strncat() to limit copying a one-char constant

2018-12-10 Thread Mark Thompson
On 10/12/2018 00:57, Carl Eugen Hoyos wrote: > 2018-12-09 19:03 GMT+01:00, Mark Thompson : >> On 06/12/2018 22:26, Carl Eugen Hoyos wrote: >>> Hi! >>> >>> Attached patch silences a new gcc warning, alternative would be to >>> disable the warning. >>> >>> Please comment, Carl Eugen >>> >>> >>> From

Re: [FFmpeg-devel] [PATCH]lavf/matroskadec: Do not use strncat() to limit copying a one-char constant

2018-12-09 Thread Carl Eugen Hoyos
2018-12-09 19:03 GMT+01:00, Mark Thompson : > On 06/12/2018 22:26, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch silences a new gcc warning, alternative would be to >> disable the warning. >> >> Please comment, Carl Eugen >> >> >> From dd49cddc6fad136222d4a168301059d55fea4a4c Mon Sep 17 00:00

Re: [FFmpeg-devel] [PATCH]lavf/matroskadec: Do not use strncat() to limit copying a one-char constant

2018-12-09 Thread Mark Thompson
On 06/12/2018 22:26, Carl Eugen Hoyos wrote: > Hi! > > Attached patch silences a new gcc warning, alternative would be to > disable the warning. > > Please comment, Carl Eugen > > > From dd49cddc6fad136222d4a168301059d55fea4a4c Mon Sep 17 00:00:00 2001 > From: Carl Eugen Hoyos > Date: Thu, 6 D

[FFmpeg-devel] [PATCH]lavf/matroskadec: Do not use strncat() to limit copying a one-char constant

2018-12-06 Thread Carl Eugen Hoyos
Hi! Attached patch silences a new gcc warning, alternative would be to disable the warning. Please comment, Carl Eugen From dd49cddc6fad136222d4a168301059d55fea4a4c Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 6 Dec 2018 23:23:12 +0100 Subject: [PATCH] lavf/matroskadec: Do not use