Skip to content

Conversation

@swrh
Copy link

@swrh swrh commented Dec 16, 2015

Hi, this PR fixes three bugs:

  • uninitialized memory usage in packet sending -- rudp_peer_send_connect() and peer_send_queue()
  • memory leak at client structure termination -- rudp_client_deinit()

I hope you apply it. Thanks.

swrh added 4 commits February 22, 2016 10:18
Added a couple of pointer verifications to avoid crashes when
rudp_client_close() is called before rudp_client_connect() or at the
server_lost() handler.
@swrh
Copy link
Author

swrh commented Feb 22, 2016

Shame on me, hehe, I did a rebase on this branch. I removed the autogen.sh commit (no need, I agree) and added two more fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant