Skip to content
Snippets Groups Projects
  • Karsten Suehring's avatar
    afd14200
    StreamMergeApp: fix VPS allocation issue · afd14200
    Karsten Suehring authored
    A pointer to a local VPS is passed as reference into the parameter set manager, which takes ownership of the object.
    When the local scope is left, the memory will be freed, which can lead to use after free (and double free).
    afd14200
    History
    StreamMergeApp: fix VPS allocation issue
    Karsten Suehring authored
    A pointer to a local VPS is passed as reference into the parameter set manager, which takes ownership of the object.
    When the local scope is left, the memory will be freed, which can lead to use after free (and double free).