Commit Graph

3 Commits

Author SHA1 Message Date
Gergo Huszty
d1d627afa2 community/minidlna: out of stack fix reworked
As suggested, stack size is increased instead of moving nfo file
buffer to heap.
2017-02-07 06:19:20 +00:00
Timo Teräs
7d6603afec Revert "community/minidlna: patch for potential segfaults"
This reverts commit 162c6843b6.
Reverting accidentally committed change.
2017-02-07 06:18:22 +00:00
libesz
162c6843b6 community/minidlna: patch for potential segfaults
Nfo parsing related fixes added in a patch.
 - uninitalized string (GetVideoMetadata() - nfo) -> memset to 0
 - stack was kicked with 64k buffer unconditionally (parse_nfo() - buf) -> now it is on heap and malloc'd size depends on filesize
2017-02-06 09:37:21 +00:00