Page MenuHomeFreeBSD

D17950.diff
No OneTemporary

D17950.diff

Index: head/contrib/nvi/common/encoding.c
===================================================================
--- head/contrib/nvi/common/encoding.c
+++ head/contrib/nvi/common/encoding.c
@@ -96,7 +96,7 @@
if (i >= nbytes)
goto done;
- if (buf[i] & 0x40) /* 10xxxxxx */
+ if ((buf[i] & 0xc0) != 0x80) /* 10xxxxxx */
return -1;
}

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 21, 10:21 PM (2 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16762098
Default Alt Text
D17950.diff (360 B)

Event Timeline