lottie-web icon indicating copy to clipboard operation
lottie-web copied to clipboard

variable not modified in loop

Open RabbiArt opened this issue 3 years ago • 4 comments
trafficstars

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

RabbiArt avatar Sep 28 '22 08:09 RabbiArt

Good spot. Marking it as a bug although it's likely the loop will exit given the structure of of Lottie. Probably a good idea to fix that anyway

kudanai avatar Dec 08 '22 05:12 kudanai

@kudanai can i work on this issue?

nabin-nath avatar Jan 23 '23 17:01 nabin-nath

@kudanai can you check the pr #2925 for this issue

recursiveway avatar Jan 27 '23 09:01 recursiveway

Is this issue is still open? I can see 2 PR's are still open.

Indramohan98 avatar Jan 17 '24 12:01 Indramohan98