[mythtv-commits] [MythTV/mythtv] ba1deb: QList out-of-range error in mythmainserver

kmdewaal noreply at github.com
Sun Jan 22 12:51:44 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: ba1debc6fbcd6b2402c99f8b34bdb470b9c2c512
      https://github.com/MythTV/mythtv/commit/ba1debc6fbcd6b2402c99f8b34bdb470b9c2c512
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2023-01-22 (Sun, 22 Jan 2023)

  Changed paths:
    M mythtv/programs/mythbackend/mainserver.cpp

  Log Message:
  -----------
  QList out-of-range error in mythmainserver

In HandleRemoteEncoder in the IS_BUSY command handler, access the value of
the 3rd Qlist element, containing an optional time value, only after checking that this value is present.
This fixes a bug that was introduced in commit adca306bb12a9182fe746e4c73cbba8ead866a07 on Jan 25, 2021.

Refs #693
Refs #699




More information about the mythtv-commits mailing list