Page MenuHomeFreeBSD

D10941.id29014.diff
No OneTemporary

D10941.id29014.diff

Index: head/sys/netinet6/icmp6.c
===================================================================
--- head/sys/netinet6/icmp6.c
+++ head/sys/netinet6/icmp6.c
@@ -597,9 +597,9 @@
sizeof(*nicmp6));
noff = off;
}
- nicmp6->icmp6_type = ICMP6_ECHO_REPLY;
- nicmp6->icmp6_code = 0;
if (n) {
+ nicmp6->icmp6_type = ICMP6_ECHO_REPLY;
+ nicmp6->icmp6_code = 0;
ICMP6STAT_INC(icp6s_reflect);
ICMP6STAT_INC(icp6s_outhist[ICMP6_ECHO_REPLY]);
icmp6_reflect(n, noff);
@@ -689,6 +689,7 @@
*/
m_free(n);
n = NULL;
+ break;
}
maxhlen = M_TRAILINGSPACE(n) -
(sizeof(*nip6) + sizeof(*nicmp6) + 4);

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 3:50 AM (15 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30867081
Default Alt Text
D10941.id29014.diff (654 B)

Event Timeline