Fixed a compiler warning and a possible buffer overflow in cCiMMI::SendAnswer()

This commit is contained in:
Klaus Schmidinger
2019-05-06 12:03:59 +02:00
parent 820c22775c
commit 294452cd43
2 changed files with 8 additions and 4 deletions

View File

@@ -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().