3.1.11
GenivivSOMEIPmaintainer
released this
28 Feb 14:17
·
16 commits
to master
since this release
- Fix several data races and wrong lock order warnings reported by gcc's thread sanitizer (compiled w/ -fsanitize=thread) in the verification tests
- Fix identical polymorphic structures. Make sure serial ids of polymorphic structures are different by using the structure name as part of the hash.
- Changed #define from WIN32 to _WIN32.
- Do not make the instance counter for managed interfaces protected.