]> git.sesse.net Git - ffmpeg/commit
httpauth: Fix the length passed to av_strlcat
authorMartin Storsjö <martin@martin.st>
Thu, 3 Jun 2010 20:31:29 +0000 (20:31 +0000)
committerMartin Storsjö <martin@martin.st>
Thu, 3 Jun 2010 20:31:29 +0000 (20:31 +0000)
commit3c80491daa7bdbcc0070e0c03f4d4b8ae75113a1
treebdb769fe6e4e5579492e8b98e5acb3e340d0b207
parent76561924cf3d9789653dc72d696f119862616891
httpauth: Fix the length passed to av_strlcat

Since the buffer always was large enough, this bug didn't have any
effect in practice.

Originally committed as revision 23447 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/httpauth.c