Closed danieljaouen closed 6 years ago
On my machine, I have an interface with a hw_addr that's 8 bytes. This PR fixes a bug in uuid1_node/1 where such addresses are used for <<node::48>> in uuid1/2.
hw_addr
uuid1_node/1
<<node::48>>
uuid1/2
Whoops, looks like this is already fixed on master.
Closing.
On my machine, I have an interface with a
hw_addr
that's 8 bytes. This PR fixes a bug inuuid1_node/1
where such addresses are used for<<node::48>>
inuuid1/2
.