Page MenuHomeFreeBSD

D19967.id56391.diff
No OneTemporary

D19967.id56391.diff

Index: head/sys/netinet6/raw_ip6.c
===================================================================
--- head/sys/netinet6/raw_ip6.c
+++ head/sys/netinet6/raw_ip6.c
@@ -495,7 +495,7 @@
off = offsetof(struct icmp6_hdr, icmp6_cksum);
else
off = in6p->in6p_cksum;
- if (plen < off + 1) {
+ if (plen < off + 2) {
error = EINVAL;
goto bad;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 15, 12:59 PM (15 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28741945
Default Alt Text
D19967.id56391.diff (363 B)

Event Timeline