MFC after: 1 week
Details
Details
- Reviewers
markj - Group Reviewers
network - Commits
- rGf119719571b8: lio: Avoid out-of-bounds read or write MAC address
rGe8de565f6bb8: lio: Avoid out-of-bounds read or write MAC address
rGc162d7febbc8: lio: Avoid out-of-bounds read or write MAC address
rG094626d3a500: lio: Avoid out-of-bounds read or write MAC address
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| sys/dev/liquidio/lio_main.c | ||
|---|---|---|
| 1375–1376 | Actually this loop copying can be shortened by memcpy(). I'll update for better readability. | |
Comment Actions
Forgot to mention that I found this while hacking on a multicast filter bug related to qlnxe https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290973 . The driver qlnxe read multicast ethernet address with a length ETHER_HDR_LEN which is unnecessary long.