airbnb/lottie-web

variable not modified in loop

Open

#2,859 创建于 2022年9月28日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)JavaScript (31,666 star) (2,929 fork)batch import
buggood first issue

描述

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!?

贡献者指南