[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
Thu May 1 19:38:36 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: closed
Priority: minor | Milestone: unknown
Component: mythtv | Version: head
Severity: low | Resolution: fixed
Mlocked: 0 |
---------------------------------------------+------------------------------
Changes (by danielk):
* status: new => closed
* resolution: => fixed
Comment:
(In [17209]) Fixes #4888. Use strncat instead of strcat to avoid possible
buffer overrun.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4888#comment:1>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list