mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Made CharArray::DataOwnData::assign() in 'libsi' more robust against invalid data and changed CharArray::DataOwnData::Delete() so that it sets 'size' and 'data' to 0
This commit is contained in:
3
HISTORY
3
HISTORY
@@ -4336,3 +4336,6 @@ Video Disk Recorder Revision History
|
||||
overflows can be better detected (thanks to Marcel Wiesweg).
|
||||
- Checking data size in CaDescriptor::Parse() and LinkageDescriptor::Parse() of
|
||||
'libsi' to avoid crashes with invalid data (thanks to Marcel Wiesweg).
|
||||
- Made CharArray::DataOwnData::assign() in 'libsi' more robust against invalid
|
||||
data (suggested by Oliver Endriss). Also changed CharArray::DataOwnData::Delete()
|
||||
so that it sets 'size' and 'data' to 0.
|
||||
|
||||
Reference in New Issue
Block a user