Skip to content
  • libesz's avatar
    community/minidlna: patch for potential segfaults · 162c6843
    libesz authored and Timo Teräs's avatar Timo Teräs committed
    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
    162c6843