Commit 763c1108 authored by Bernd Eckenfels's avatar Bernd Eckenfels

more stable ipx parsing (no segfault anymore)

parent 0daeffdc
......@@ -133,6 +133,9 @@ static int IPX_input(int type, char *bufp, struct sockaddr *sap)
char *ep;
int nbo;
if (!sai)
return (-1);
sai->sipx_family = AF_IPX;
sai->sipx_network = htonl(0);
sai->sipx_node[0] = sai->sipx_node[1] = sai->sipx_node[2] =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment