[mythtv-commits] [MythTV/mythtv] 1f6299: Freesat descriptor parsing

kmdewaal noreply at github.com
Sun Oct 13 18:22:40 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 1f6299b3e1f076fbef9af9e22c229b19a7fe0f8d
      https://github.com/MythTV/mythtv/commit/1f6299b3e1f076fbef9af9e22c229b19a7fe0f8d
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-10-13 (Sun, 13 Oct 2019)

  Changed paths:
    M mythtv/libs/libmythtv/mpeg/dvbdescriptors.h

  Log Message:
  -----------
  Freesat descriptor parsing

Changed the parser of the FreesatLCNDescriptor and the
FreesatRegionDescriptor to use DescriptorLength() instead
of the parameter len.
This fixes Valgrind messages about using uninitialized memory.
Restore the previously removed asserts on DescriptorTag() value.
Added include of <cassert> which is needed for this on some,
but not on all, systems.




More information about the mythtv-commits mailing list