airbnb/lottie-web

variable not modified in loop

Open

#2,859 opened on Sep 28, 2022

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (2,929 forks)batch import
buggood first issue

Repository metrics

Stars
 (31,666 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

https://github.com/airbnb/lottie-web/blob/6faae912910b2d7be6c5422ef4621f3933c19d60/build/player/lottie.js#L9855

In the while loop the variable i is not modified, neither is len.

This can run into an endless loop!?

Contributor guide