[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Apr 11 14:20:03 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Mon Apr 11 14:17:11 2005

Modified Files:
   in mythtv/libs/libmyth:
        remotefile.cpp 
   in mythtv/libs/libmythtv:
        RingBuffer.cpp 
Log Message:

Fix for a segfault. Basically if the remote backend is up but somehow 
unreachable (like say after you change your firewall setup.) MythTV
segfaults when it can't open a remote file. Added a checks in RemoteFile
so that we don't try to read a null socket, and also added a isOpen check
in RingBuffer, so we don't try to use a RemoteFile object with null
sockets.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list