Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
15.04k stars 3.25k forks source link

Fix for #4269 #4271

Closed willmmiles closed 1 week ago

willmmiles commented 1 week ago

The crash bug in #4269 was introduced by #4152; I inadvertently removed a null check on the 'request' parameter. Restore the missing check so non-JSON API calls don't crash.

blazoncek commented 1 week ago

Confirming the fix resolves the issue #4269