Files
espurna/code
Hamed Ta d940abc0ab garland: safeguards from unsigned overflows
resolve #2649
> Updated the reverse loop in AnimFly::Run to cast numLeds to a signed type, preventing an endless loop when shifting LEDs backward

resolve #2650
> Revised the pixel cache update in ColorWave::move to iterate with size_t and decrement safely

copilot is either afraid that numLeds is zero or it is <2
which is theoretically possible, but very unlikely w/ neopixel setups
2025-06-08 22:14:34 +03:00
..
2022-05-05 17:50:21 +03:00
2025-06-08 22:07:56 +03:00
2019-07-11 00:34:17 +03:00
2025-06-01 06:08:18 +03:00
2025-06-03 21:25:44 +03:00
2019-07-11 00:34:17 +03:00