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

packet.c: improve message parsing #402

Merged
merged 5 commits into from Aug 30, 2019
Merged

Commits on Aug 29, 2019

  1. packet.c: improve parsing of packets

    file: packet.c
    
    notes:
    Use _libssh2_get_string API in SSH_MSG_DEBUG, additional uint32 bounds check in SSH_MSG_GLOBAL_REQUEST
    willco007 committed Aug 29, 2019
    Copy the full SHA
    b9aa7c2 View commit details
    Browse the repository at this point in the history
  2. stray whitespace

    willco007 committed Aug 29, 2019
    Copy the full SHA
    8b3cf0b View commit details
    Browse the repository at this point in the history
  3. fixed type issue, updated SSH_MSG_DISCONNECT

    SSH_MSG_DISCONNECT now also uses  _libssh2_get API.
    willco007 committed Aug 29, 2019
    Copy the full SHA
    1c6fa92 View commit details
    Browse the repository at this point in the history
  4. fixed stray (

    bad paste
    willco007 committed Aug 29, 2019
    Copy the full SHA
    7761611 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    436c45d View commit details
    Browse the repository at this point in the history