summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2019-05-06 12:03:59 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2019-05-06 12:03:59 +0200
commit294452cd43f2d02058e51ab623b622cf9ae5feb0 (patch)
treeb6fe01581ad3fcf31fb3803be3ced552e3490aa3 /HISTORY
parent820c22775cff1645cb698b945bc384a01b4bbc85 (diff)
downloadvdr-294452cd43f2d02058e51ab623b622cf9ae5feb0.tar.gz
vdr-294452cd43f2d02058e51ab623b622cf9ae5feb0.tar.bz2
Fixed a compiler warning and a possible buffer overflow in cCiMMI::SendAnswer()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index de875b27..91e84e4b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9398,3 +9398,4 @@ Video Disk Recorder Revision History
- Fixed updating the checksum in the CA table after mapping EMM PIDs for MTD (thanks to
Helmut Binder).
- Fixed a compiler warning in ExchangeChars() (thanks to Helmut Binder).
+- Fixed a compiler warning and a possible buffer overflow in cCiMMI::SendAnswer().