Staging
v0.8.1
https://github.com/python/cpython
Revision 073eca39a55b86ec7dd7a437ac0c910751a60ace authored by Miss Islington (bot) on 20 May 2018, 15:40:10 UTC, committed by GitHub on 20 May 2018, 15:40:10 UTC

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 c66c342cb42ab8a88884527ddfe3a5086bc06316)

Co-authored-by: CtrlZvi <viz+github@flippedperspective.com>
1 parent 736e3b3
History
Tip revision: 073eca39a55b86ec7dd7a437ac0c910751a60ace authored by Miss Islington (bot) on 20 May 2018, 15:40:10 UTC
bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922)
Tip revision: 073eca3
File Mode Size
.github
.vsts
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 772 bytes
.gitignore -rw-r--r-- 1.5 KB
.travis.yml -rw-r--r-- 5.7 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 61.1 KB
README.rst -rw-r--r-- 9.3 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 482.5 KB
configure.ac -rw-r--r-- 160.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 42.2 KB
setup.py -rw-r--r-- 99.5 KB

README.rst

back to top