http: Make sure proxyauth is initialized
authorMartin Storsjö <martin@martin.st>
Thu, 1 Dec 2011 09:24:23 +0000 (11:24 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 1 Dec 2011 10:05:14 +0000 (12:05 +0200)
commitabe20c59b93426958624e16e89b24e0c0b43f370
tree04ce08cd459e02b44a9bdb4d41f44cc9679fc6dc
parentadfdcf87b15d70ae5fcf9ddf28e400fb2ba5c8fe
http: Make sure proxyauth is initialized

This string will be passed to ff_http_auth_create_response
even if no proxy is used, resulting in reading uninitialized
memory. The other auth string is always initialized by
av_url_split.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/http.c