Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112540190
D49305.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
469 B
Referenced Files
None
Subscribers
None
D49305.diff
View Options
diff --git a/sys/kern/kern_mbuf.c b/sys/kern/kern_mbuf.c
--- a/sys/kern/kern_mbuf.c
+++ b/sys/kern/kern_mbuf.c
@@ -950,7 +950,7 @@
if (m->m_epg_tls != NULL) {
/* can't convert TLS mbuf */
- m_freem(m);
+ m_free(m);
*mres = NULL;
return (EINVAL);
}
@@ -1099,7 +1099,7 @@
error = _mb_unmapped_to_ext(m, &m1);
if (error != 0) {
if (top != m)
- m_free(top);
+ m_freem(top);
m_freem(next);
*mres = NULL;
return (error);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 2:04 PM (21 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17105869
Default Alt Text
D49305.diff (469 B)
Attached To
Mode
D49305: Fix issues with mb_unmapped_to_ext()
Attached
Detach File
Event Timeline
Log In to Comment