Zero-initialize the reply struct
authorMartin Storsjö <martin@martin.st>
Sun, 4 Apr 2010 21:59:06 +0000 (21:59 +0000)
committerMartin Storsjö <martin@martin.st>
Sun, 4 Apr 2010 21:59:06 +0000 (21:59 +0000)
commit3370289a4c159ae6734ca1d85d2ded7d93e0eaf4
tree9141c6450df79e2606f5eff6cbcdb41b747be898
parent1e4dd198aff2f1071b88aba6ae873745e9c18a81
Zero-initialize the reply struct

The status_code field is read in the fail codepath, where it could be
read uninitialized earlier. Found by clang.

Originally committed as revision 22801 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c