Fix heap-buffer-overflow in RGBController_MSIMysticLight185::GetDeviceConfig()

master
kuroki-kael 3 weeks ago committed by Adam Honse
parent 19f9408990
commit a91679609b

@ -478,7 +478,7 @@ void RGBController_MSIMysticLight185::GetDeviceConfig()
if(zones[i].colors != nullptr) if(zones[i].colors != nullptr)
{ {
for(size_t j = 0; j < zones[i].leds_count; ++j) for(size_t j = 0; j < GetLEDsInZone((unsigned int)i); ++j)
{ {
zones[i].colors[j] = color; zones[i].colors[j] = color;
} }

Loading…
Cancel
Save