Fixed a possible out-of-bounds access in cVector::Remove()

This commit is contained in:
Klaus Schmidinger
2015-01-12 12:14:16 +01:00
parent 6e35f47a3e
commit 67fff7f4fc
2 changed files with 4 additions and 1 deletions

View File

@@ -8348,3 +8348,4 @@ Video Disk Recorder Revision History
Alberto Reguero).
- Added the functions IndexOf(), InsertUnique(), AppendUnique() and RemoveElement()
to the cVector class (thanks to Stefan Schallenberg).
- Fixed a possible out-of-bounds access in cVector::Remove().