[mythtv-commits] Ticket #6736: strange mythtv segfaults

MythTV mythtv at cvs.mythtv.org
Sat Jul 18 15:40:49 UTC 2009


#6736: strange mythtv segfaults
-----------------------------------------+----------------------------------
 Reporter:  markus.doits at googlemail.com  |        Owner:  ijr           
     Type:  defect                       |       Status:  infoneeded_new
 Priority:  major                        |    Milestone:  unknown       
Component:  MythTV - Mythtranscode       |      Version:  head          
 Severity:  medium                       |   Resolution:                
  Mlocked:  0                            |  
-----------------------------------------+----------------------------------

Comment(by anonymous):

 Looks like a simple case of an uninitialized variable.  Change line 808 of
 transcode.cpp from:

 {{{
     struct SwsContext  *scontext;
 }}}

 to

 {{{
     struct SwsContext  *scontext = NULL;
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6736#comment:5>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list