[mythtv-commits] Ticket #4888: UDFFindFile uses strcat with a source string that can be larger then the destination string

MythTV mythtv at cvs.mythtv.org
Fri Mar 7 22:21:16 UTC 2008


#4888: UDFFindFile uses strcat with a source string that can be larger then the
destination string
---------------------------------------------+------------------------------
 Reporter:  Erik Hovland <erik at hovland.org>  |       Owner:  ijr    
     Type:  defect                           |      Status:  new    
 Priority:  minor                            |   Milestone:  unknown
Component:  mythtv                           |     Version:  head   
 Severity:  low                              |     Mlocked:  0      
---------------------------------------------+------------------------------
 The function UDFFindFile() uses strcat:
 {{{
     strcat( tokenline, filename );
 }}}

 While filename can have any length, overrunning tokenline.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4888>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list