Fixed a buffer overflow in case a station defines all 32 audio PIDs

This commit is contained in:
Klaus Schmidinger
2005-01-30 12:11:56 +01:00
parent ac60bd7141
commit 250e79afbe
3 changed files with 8 additions and 5 deletions

View File

@@ -3341,3 +3341,5 @@ Video Disk Recorder Revision History
- Now setting primaryDevice = NULL before deleting the devices in cDevice::Shutdown()
to avoid problems in case other threads access it (thanks to Wolfgang Rohdewald for
pointing this out).
- Fixed a buffer overflow in case a station defines all 32 audio PIDs (thanks to
Christian Jacobsen for reporting this one).