Page MenuHomeFreeBSD

D21269.diff
No OneTemporary

D21269.diff

Index: head/sbin/ping6/ping6.c
===================================================================
--- head/sbin/ping6/ping6.c
+++ head/sbin/ping6/ping6.c
@@ -2082,7 +2082,7 @@
if (nilen % (sizeof(u_int32_t) + sizeof(struct in6_addr)) == 0)
withttl = 1;
while (nilen > 0) {
- u_int32_t ttl;
+ u_int32_t ttl = 0;
if (withttl) {
/* XXX: alignment? */

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 2, 9:07 AM (21 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16398859
Default Alt Text
D21269.diff (367 B)

Event Timeline