summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-09-10 13:20:21 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2015-09-10 13:20:21 +0200
commit0f18bd0a6a9ce0e62fc9bcbc4339f63eee2855fc (patch)
treec9b41dae329b8caa5a7d01d069844d0cfc489685 /HISTORY
parent14f97d0f2a84aaca2b13638db406e629ceb4785f (diff)
downloadvdr-0f18bd0a6a9ce0e62fc9bcbc4339f63eee2855fc.tar.gz
vdr-0f18bd0a6a9ce0e62fc9bcbc4339f63eee2855fc.tar.bz2
Fixed a possible stack overflow in cListBase::Sort()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index fd5bfb43..33d8b08c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8813,3 +8813,4 @@ Video Disk Recorder Revision History
to Thomas Reufer).
- Skins can now implement cSkinDisplayMenu::MenuOrientation() to display horizontal
menus (thanks to Stefan Braun).
+- Fixed a possible stack overflow in cListBase::Sort() (thanks to Oliver Endriss).