LeaPhant / flowabot

Modular Discord bot with fun features including twitch commands and advanced osu! commands. 🌷
MIT License
111 stars 33 forks source link

Infinite rendering when provided negative percentage value #56

Closed ILW8 closed 2 years ago

ILW8 commented 3 years ago

When rendering a beatmap, putting something like -100% as an argument will cause flowabot to infinitely render frames until either it is restarted or /tmp/frames runs out of space.

Screenshot Screenshot2

I think either sanitizing input (only positive values) or implementing reverse playback solves the issue. Obviously, the former's easier than the latter.

ILW8 commented 2 years ago

Closed by 2ae69fe