summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-12 12:14:16 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-12 12:14:16 +0100
commit67fff7f4fcb83b5e1439bd7b8b3952ae3f423bc3 (patch)
treeee7d9eb651aab5183a5c384ec47f411f23c7deaa /HISTORY
parent6e35f47a3ea064b78f038c69065a3b0781a8d5d4 (diff)
downloadvdr-67fff7f4fcb83b5e1439bd7b8b3952ae3f423bc3.tar.gz
vdr-67fff7f4fcb83b5e1439bd7b8b3952ae3f423bc3.tar.bz2
Fixed a possible out-of-bounds access in cVector::Remove()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 0c5b41bf..889e6cd4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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().