[vlc-commits] commit: live555: fix use-after-free in TCP rollover on MS-RTSP ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sun Apr 18 15:33:47 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Apr 18 16:33:05 2010 +0300| [3725a9efb8dc096397b34331ff4bfbc01bc45405] | committer: Rémi Denis-Courmont 

live555: fix use-after-free in TCP rollover on MS-RTSP

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3725a9efb8dc096397b34331ff4bfbc01bc45405
---

 modules/demux/live555.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index 77cf7d2..b4188c3 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -1526,6 +1526,7 @@ static int RollOverTcp( demux_t *p_demux )
     p_sys->i_track = 0;
     p_sys->b_no_data = true;
     p_sys->i_no_data_ti = 0;
+    p_sys->p_out_asf = NULL;
 
     /* Reopen rtsp client */
     if( ( i_return = Connect( p_demux ) ) != VLC_SUCCESS )



More information about the vlc-commits mailing list