Page MenuHomeFreeBSD

D18273.diff
No OneTemporary

D18273.diff

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

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)

Event Timeline