You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few places in the code where we assume that the size of a MAC-address is exactly six bytes. That may not be correct in some places, as the newer EUI-64 kind can be eight bytes long. I'm not sure if we ever encounter the 20-octet InfiniBand ones, but either way we need to inspect the code and make sure that we handle that stuff gracefully.
The text was updated successfully, but these errors were encountered:
ClosesAdguardTeam#2828.
Squashed commit of the following:
commit 26c6cf8
Author: Ainar Garipov <[email protected]>
Date: Tue Mar 30 17:43:53 2021 +0300
dhcpd: do not assume mac addrs of 6 bytes
There are a few places in the code where we assume that the size of a MAC-address is exactly six bytes. That may not be correct in some places, as the newer EUI-64 kind can be eight bytes long. I'm not sure if we ever encounter the 20-octet InfiniBand ones, but either way we need to inspect the code and make sure that we handle that stuff gracefully.
The text was updated successfully, but these errors were encountered: