Skip to content

fix core dump problem

bboy_vi requested to merge taisuishen/polkit:master into master

pkcheck -p $$ don't add any else parameters .it causes a core dump.

the reason is newest code src/programs/pkcheck.c:546 may return error=null because g_return_val_if_fail() early return.src/programs/pkcheck.c:555 use error->message without null check.

Merge request reports