Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ftp: Ensure to include command in Curl_ftpsend() sendbuffer #2985

Closed
wants to merge 2 commits into from

Commits on Sep 12, 2018

  1. ftp: include command in Curl_ftpsend sendbuffer

    Commit 8238ba9 inadvertently removed
    the actual command to be sent from the send buffer in a refactoring.
    Add back copying the command into the buffer. Also add more guards
    against malformed input while at it.
    danielgustafsson committed Sep 12, 2018
    Copy the full SHA
    43ea9d5 View commit details
    Browse the repository at this point in the history
  2. krb5: fix memory leak in krb_auth

    The FTP command allocated by aprintf() must be freed after usage.
    danielgustafsson committed Sep 12, 2018
    Copy the full SHA
    a0da600 View commit details
    Browse the repository at this point in the history