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

backport 64bit patches from qemu #55

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

krechert
Copy link

fixes issue #27

@@ -272,7 +271,7 @@ int udp_output2(struct socket *so, struct mbuf *m,
* and addresses and length put into network format.
*/
ui = mtod(m, struct udpiphdr *);
ui->ui_next = ui->ui_prev = 0;
memset(&ui->ui_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation seems wrong here. Is it the same upstream?

@asvitkine
Copy link
Collaborator

Thanks for doing this, just a few comments about indentation...

@clehner
Copy link
Contributor

clehner commented Oct 13, 2014

I confirm this patch fixes #27 on Debian Jessie amd64.

@rickyzhang82
Copy link
Contributor

If it does resolve 64bit problem in slirp, that's a lot of typing get wasted without mergin. What a pity!

@krechert
Copy link
Author

krechert commented Nov 1, 2017 via email

@SegHaxx SegHaxx mentioned this pull request Nov 28, 2020
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.

4 participants