Comment 8 for bug 205037

Revision history for this message
Kees Cook (kees) wrote : Re: policykit or policykit-gome do not work with passwords containing "%" character

src/polkit-grant/polkit-grant-helper.c line 231:

                /* send to parent */
                fprintf (stdout, buf);

This should be fprintf(stdout, "%s", buf);