Fixed a possible stack overflow in cListBase::Sort()

This commit is contained in:
Klaus Schmidinger
2015-09-10 13:20:21 +02:00
parent 14f97d0f2a
commit 0f18bd0a6a
3 changed files with 7 additions and 2 deletions

View File

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