Skip to content

calling fixAdjustedStart in get currentTime() can cause infinite loop #1

@mpcremer

Description

@mpcremer

get currentTime can result in a call to fixAdjustedStack when

if (this.rawCurrentTime < this.offset) {
      this.fixAdjustedStart(this.offset);
  }

however ffixAdjustedStart can then again call currentTime in order to fire the seek event.. this will result in a Maximum call stack size exceeded

This seems to happen rarely when selecting tight regions.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions