Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103219327
D7041.id18048.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
460 B
Referenced Files
None
Subscribers
None
D7041.id18048.diff
View Options
Index: sys/dev/bxe/bxe.c
===================================================================
--- sys/dev/bxe/bxe.c
+++ 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
Sat, Nov 23, 8:39 AM (9 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14795398
Default Alt Text
D7041.id18048.diff (460 B)
Attached To
Mode
D7041: Fix invalid enqueue of NULL in bxe tx path
Attached
Detach File
Event Timeline
Log In to Comment