[mythtv-commits] [MythTV/mythtv] 68b368: Fix mythbackend segfault after failed Live TV

kmdewaal noreply at github.com
Thu May 18 19:05:48 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 68b368673704f35072dbc3fb44e0c8444d737963
      https://github.com/MythTV/mythtv/commit/68b368673704f35072dbc3fb44e0c8444d737963
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2023-05-18 (Thu, 18 May 2023)

  Changed paths:
    M mythtv/libs/libmythtv/tv_rec.cpp

  Log Message:
  -----------
  Fix mythbackend segfault after failed Live TV

A failing Live TV can cause a segfault of mythbackend
due to a delete of an already deleted object.
This is not immediately obvious due to pointer
aliasing but valgrind figures it out anyway.




More information about the mythtv-commits mailing list