patch-1.3.37 linux/net/ipv4/icmp.c
Next file: linux/net/ipv4/ip_forward.c
Previous file: linux/net/ipv4/af_inet.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sat Oct 28 15:18:24 1995
- Orig file:
v1.3.36/linux/net/ipv4/icmp.c
- Orig date:
Mon Oct 23 18:02:22 1995
diff -u --recursive --new-file v1.3.36/linux/net/ipv4/icmp.c linux/net/ipv4/icmp.c
@@ -16,6 +16,7 @@
* Fixes:
* Mike Shaver : RFC1122 checks.
* Alan Cox : Multicast ping reply as self.
+ * Alan Cox : Fix atomicity lockup in ip_build_xmit call
*
*
*
@@ -235,7 +236,7 @@
icmp_out_count(icmp_param->icmph.type);
ip_build_xmit(sk, icmp_glue_bits, icmp_param,
icmp_param->data_len+sizeof(struct icmphdr),
- daddr, saddr, &icmp_param->replyopts, 0, IPPROTO_ICMP);
+ daddr, saddr, &icmp_param->replyopts, 0, IPPROTO_ICMP, 1);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this