SF: Do not deref empty std::optional<PowerMode>
In I3a2eae4efc4a5c6113700a9ca9e9b261e364a878, a display's power mode is std::nullopt (unknown) until the first setPowerMode. The condition to power on the display from that state relies on undefined behavior, as it dereferences std::nullopt. It only works because PowerMode::OFF is 0 and the memory happens to be zeroed. Bug: 250421145 Test: Boot Change-Id: I0db8970b37da6eb308043157cd2ac7a9f6764294 Merged-In: I0db8970b37da6eb308043157cd2ac7a9f6764294
Loading
Please register or sign in to comment