Skip to content

polkit: don't ignore fcntl errors

Harald Sitter requested to merge work/sitter/fcntl into master

treat them as internal errors and warn about them

previously we'd ingore the errors and use an invalid fd, this would later manifest in infinite write loops on the invalid file descriptor (i.e. all writes fail because the fd is garbage leading to an effective inifinite loop while trying to write segments in coredumpexcavator.cpp)

CCBUG: 487727

Merge request reports