[mythtv-commits] Ticket #5725: Potential bug introduced in changeset 18300
MythTV
mythtv at cvs.mythtv.org
Wed Sep 17 15:38:10 UTC 2008
#5725: Potential bug introduced in changeset 18300
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: ijr
Type: defect | Status: new
Priority: minor | Milestone: unknown
Component: mythtv | Version: unknown
Severity: medium | Mlocked: 0
-----------------------+----------------------------------------------------
Infinite loop on line 232 as stream.readLine() is not executed unless the
correct verbose is selected.
Current code is:
while (!stream.atEnd())
{
VERBOSE(VB_MEDIA+VB_EXTRA, msg + stream.readLine());
}
One possible fix is to move stream.readLine() to previous line and assign
to a string for the message.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/5725>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list