Re: [libav-devel] [PATCH] rtmpprtoo: Use av_strlcat instead of strncat

2012-11-05 Thread Luca Barbato
On 11/5/12 10:13 AM, Martin Storsjö wrote: --- libavformat/rtmpproto.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) beside the typo looks ok. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/l

Re: [libav-devel] [PATCH] rtmpprtoo: Use av_strlcat instead of strncat

2012-11-05 Thread Kostya Shishkov
On Mon, Nov 05, 2012 at 12:02:41PM +0200, Martin Storsjö wrote: > On Mon, 5 Nov 2012, Kostya Shishkov wrote: > > >On Mon, Nov 05, 2012 at 11:13:33AM +0200, Martin Storsjö wrote: > >>--- > >> libavformat/rtmpproto.c |2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >>diff --git a/

Re: [libav-devel] [PATCH] rtmpprtoo: Use av_strlcat instead of strncat

2012-11-05 Thread Martin Storsjö
On Mon, 5 Nov 2012, Kostya Shishkov wrote: On Mon, Nov 05, 2012 at 11:13:33AM +0200, Martin Storsjö wrote: --- libavformat/rtmpproto.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c index 3ab2e57..8924fb3 100644 --- a/li

Re: [libav-devel] [PATCH] rtmpprtoo: Use av_strlcat instead of strncat

2012-11-05 Thread Kostya Shishkov
On Mon, Nov 05, 2012 at 11:13:33AM +0200, Martin Storsjö wrote: > --- > libavformat/rtmpproto.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c > index 3ab2e57..8924fb3 100644 > --- a/libavformat/rtmpproto.c > +++ b/lib

[libav-devel] [PATCH] rtmpprtoo: Use av_strlcat instead of strncat

2012-11-05 Thread Martin Storsjö
--- libavformat/rtmpproto.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c index 3ab2e57..8924fb3 100644 --- a/libavformat/rtmpproto.c +++ b/libavformat/rtmpproto.c @@ -2188,7 +2188,7 @@ static int rtmp_open(URLContext *s, c