[mythtv-commits] [MythTV/mythtv] 904b98: Discard transport stream packets with invalid adap...
kmdewaal
noreply at github.com
Thu Jun 23 20:18:28 UTC 2022
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 904b98f74dc3f10745706e68c2b3bf87d9c47d64
https://github.com/MythTV/mythtv/commit/904b98f74dc3f10745706e68c2b3bf87d9c47d64
Author: Klaas de Waal <klaas at kldo.nl>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp
Log Message:
-----------
Discard transport stream packets with invalid adaptation field length
See ISO/IEC 13818-1 : 2000 (E). 2.4.3.5 Semantic definition of fields in adaptation field
Invalid adaptation field length can cause array bound violations when processing the
adaptation field content and when array boundary checking for std::array is enabled.
Refs #589
More information about the mythtv-commits
mailing list