[mythtv-commits] Ticket #1456: fixed underflow protection in PESPacket constructor

MythTV mythtv at cvs.mythtv.org
Wed Mar 8 15:16:38 UTC 2006


#1456: fixed underflow protection in PESPacket constructor
--------------------------------------------+-------------------------------
 Reporter:  Janne <janne-mythtv at grunau.be>  |        Owner:  danielk
     Type:  defect                          |       Status:  closed 
 Priority:  minor                           |    Milestone:  0.20   
Component:  dvb                             |      Version:  head   
 Severity:  medium                          |   Resolution:  fixed  
--------------------------------------------+-------------------------------
Changes (by danielk):

  * resolution:  => fixed
  * status:  assigned => closed

Comment:

 (In [9296]) Closes #1456, by adding a slightly modified version of Janne's
 patch for the CRC check on a packet with an invalid length.

 When the CRC check is performed we do not know if the packet is valid, so
 it may contain an invalid length. This means we need to verify the length
 before performing the CRC check...

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1456>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list