X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=openssh-5.8p1-authorized-keys-command.patch;h=022f8221e56464a311e9b816141c5a3022f07d3f;hb=0fab2cabb21ce97f99ead369144d02cdf315decf;hp=356adfaefeb95be4af6a6c77a803028a6c4824df;hpb=d63b3d02048574fb241077db2e3e22371f22ce0f;p=packages%2Fopenssh.git diff --git a/openssh-5.8p1-authorized-keys-command.patch b/openssh-5.8p1-authorized-keys-command.patch index 356adfa..022f822 100644 --- a/openssh-5.8p1-authorized-keys-command.patch +++ b/openssh-5.8p1-authorized-keys-command.patch @@ -216,7 +216,7 @@ diff -up openssh-5.8p1/auth2-pubkey.c.akc openssh-5.8p1/auth2-pubkey.c + /* what about the return value from the child process? */ +go_away: + if (progname) -+ xfree (progname); ++ free (progname); + + if (runas_pw->pw_uid != 0) + restore_uid();