Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fix: mac address overflow on windows PIP_ADAPTER_ADDRESSES->PhysicalAddressLength will get max up to 8 bytes, but we have only 6 bytes for mac address. In some case, GetAdaptersAddresses() will report address with PhysicalAddressLength=8, e.g. "Microsoft Teredo Tunneling Adapter", which will cause crash at DomainParticipantFactory::create_participant() Signed-off-by: fei.chong@calmcar.com <fei.chong@calmcar.com> Signed-off-by: Fei Chong <13114351+ZgblKylin@users.noreply.github.com> * Fix build error due to windows `min` macro Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> --------- Signed-off-by: fei.chong@calmcar.com <fei.chong@calmcar.com> Signed-off-by: Fei Chong <13114351+ZgblKylin@users.noreply.github.com> Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Co-authored-by: Miguel Company <miguelcompany@eprosima.com> (cherry picked from commit 2601e95) Co-authored-by: Fei Chong <13114351+ZgblKylin@users.noreply.github.com>
- Loading branch information