summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2016-12-23 14:08:14 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2016-12-23 14:08:14 +0100
commit68acf8815c369e1bedfc0fa8f066975001803454 (patch)
tree5329367f8dbf0d5680936845b7e4f95b5673b5bc /HISTORY
parent736f2fed426b3b3ca68a5ce808586ab16e5bb070 (diff)
downloadvdr-68acf8815c369e1bedfc0fa8f066975001803454.tar.gz
vdr-68acf8815c369e1bedfc0fa8f066975001803454.tar.bz2
Fixed a possible buffer overflow in handling CA descriptors
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 1ea29322..e378dc67 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8828,7 +8828,7 @@ Video Disk Recorder Revision History
- Empty adaptation field TS packets are now skipped when recording (thanks to
Christopher Reimer, based on the "AFFcleaner" by Stefan Pöschel).
-2016-12-22: Version 2.3.2
+2016-12-23: Version 2.3.2
- Fixed a crash when deleting a recording (reported by Oliver Endriss).
- Fixed an overflow of PIDs in a receiver (thanks to Robert Hannebauer).
@@ -8874,3 +8874,5 @@ Video Disk Recorder Revision History
- Added a 'const' version of cTimers::GetTimer() (thanks to Lars Hanisch).
- Fixed a typo in the description of cTimers::GetTimersRead() (thanks to Lars
Hanisch).
+- Fixed a possible buffer overflow in handling CA descriptors (suggested by
+ Lars Hanisch).