Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/minidlna: out of stack fix reworked | Gergo Huszty | 2017-02-07 | 1 | -0/+32 |
| | | | | | As suggested, stack size is increased instead of moving nfo file buffer to heap. | ||||
* | Revert "community/minidlna: patch for potential segfaults" | Timo Teräs | 2017-02-07 | 1 | -44/+0 |
| | | | | | This reverts commit 162c6843b6a85d27398c8272d7efc0998e550328. Reverting accidentally committed change. | ||||
* | community/minidlna: patch for potential segfaults | libesz | 2017-02-06 | 1 | -0/+44 |
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 |