[IceTV] Use of undefined reference (possibly inaccessible in normal use)

Issue #711 resolved
prl created an issue

In EPGFetcher.modifyTimer(), there is a call to self.session.nav.RecordTimer.timeChanged(x). This should be _session.nav.RecordTimer.timeChanged(x).

I think that it is normally inaccessible, because I think that the call of x.setAutoincreaseEnd(timer) will normally return False. There also don't appear to have been any bug reports caused by this problem.

Replication steps

Code inspection.

Comments (1)

  1. Peter Urbanec

    Fix Bug #711: [IceTV] Use of undefined reference (possibly inaccessible in normal use)

    Replace reference to non-existent self.session with _session in EPGFetcher.modifyTimer() to prevent potential crash.

    → <<cset a9a5ebcd90a4>>

  2. Log in to comment