Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143498793
D18273.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
409 B
Referenced Files
None
Subscribers
None
D18273.diff
View Options
Index: head/sys/dev/sfxge/common/efx_phy.c
===================================================================
--- head/sys/dev/sfxge/common/efx_phy.c
+++ head/sys/dev/sfxge/common/efx_phy.c
@@ -326,7 +326,7 @@
EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC);
EFSYS_ASSERT(data != NULL);
- if ((uint32_t)offset + len > 0xff) {
+ if ((uint32_t)offset + len > 0x100) {
rc = EINVAL;
goto fail1;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 6:37 PM (9 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28155329
Default Alt Text
D18273.diff (409 B)
Attached To
Mode
D18273: sfxge(4): make last byte of module information available
Attached
Detach File
Event Timeline
Log In to Comment