uuid._ipconfig_getnode did not validate the maximum length of the value, so long as the value had the same type of formatting as a MAC address. This let it select DUIDs as MAC addresses. It now requires an exact length match. (cherry picked from commit c66c342) Co-authored-by: CtrlZvi <viz+github@flippedperspective.com>
|
@CtrlZvi and @serhiy-storchaka: Backport status check is done, and it's a success ✅ . |
|
Thanks! |
uuid._ipconfig_getnode did not validate the maximum length of the value,
so long as the value had the same type of formatting as a MAC address.
This let it select DUIDs as MAC addresses. It now requires an exact
length match.
(cherry picked from commit c66c342)
Co-authored-by: CtrlZvi viz+github@flippedperspective.com
https://bugs.python.org/issue33542