Avoiding a zero sized array in cDevice::GetDevice()

This commit is contained in:
Klaus Schmidinger
2022-12-07 09:38:05 +01:00
parent 5b176f97a4
commit 15f13ac936
3 changed files with 5 additions and 3 deletions

View File

@@ -2209,6 +2209,7 @@ Marko M
for avoiding the memcpy() call in cGlyph::cGlyph() if the bitmap is empty
for avoiding unnecessary processing in cDvbSubtitleConverter::FinishPage() if there
are no areas
for avoiding a zero sized array in cDevice::GetDevice()
Patrick Rother <krd-vdr@gulu.net>
for reporting a bug in defining timers that only differ in the day of week