Skip to content

Fix potential crash setting new configs

David Edmundson requested to merge work/crash_fix into master

If we get a setConfigOperation with entirely disabled outputs we would not have a valid primary screen. At this point we would call setPrimaryOutput with a null pointer.

BUG: 464590

Merge request reports