Page MenuHomeFreeBSD

D9053.id.diff
No OneTemporary

D9053.id.diff

Index: head/sys/kern/uipc_mbuf2.c
===================================================================
--- head/sys/kern/uipc_mbuf2.c
+++ head/sys/kern/uipc_mbuf2.c
@@ -159,7 +159,7 @@
* the target data is on <n, off>.
* if we got enough data on the mbuf "n", we're done.
*/
- if ((off == 0 || offp) && len <= n->m_len - off && writable)
+ if ((off == 0 || offp) && len <= n->m_len - off)
goto ok;
/*

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 10:53 AM (12 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30892655
Default Alt Text
D9053.id.diff (416 B)

Event Timeline