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
Lots of time I get an exception "Stack around the variable 'mac' was corrupted".
The exception can be ignored and then all works OK for me.
When debugging I noticed that in this lineaa->PhysicalAddressLength is 8 while mac.address is 6 chars.
Faulty adapter description is "Microsoft Teredo Tunneling Adapter"
I run on Windows 10 using x64 compilation of FastDDS version 2.6.1
Can mac.address size be increased to 8?
It will affect the md5 calculated but I don't see any problem with this
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello
Lots of time I get an exception "Stack around the variable 'mac' was corrupted".
The exception can be ignored and then all works OK for me.
When debugging I noticed that in this line
aa->PhysicalAddressLength
is 8 whilemac.address
is 6 chars.Faulty adapter description is "Microsoft Teredo Tunneling Adapter"
I run on Windows 10 using x64 compilation of FastDDS version 2.6.1
Can
mac.address
size be increased to 8?It will affect the md5 calculated but I don't see any problem with this
Thank you
Beta Was this translation helpful? Give feedback.
All reactions