Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166039813
D7041.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
475 B
Referenced Files
None
Subscribers
None
D7041.diff
View Options
Index: head/sys/dev/bxe/bxe.c
===================================================================
--- head/sys/dev/bxe/bxe.c
+++ head/sys/dev/bxe/bxe.c
@@ -5624,7 +5624,8 @@
if (!sc->link_vars.link_up ||
(if_getdrvflags(ifp) &
(IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) != IFF_DRV_RUNNING) {
- rc = drbr_enqueue(ifp, tx_br, m);
+ if (m != NULL)
+ rc = drbr_enqueue(ifp, tx_br, m);
goto bxe_tx_mq_start_locked_exit;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 12, 7:20 AM (12 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36546105
Default Alt Text
D7041.diff (475 B)
Attached To
Mode
D7041: Fix invalid enqueue of NULL in bxe tx path
Attached
Detach File
Event Timeline
Log In to Comment