-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: - Update documentation - Fix possible dangling pointer - Add strand to send_cbk call to prevent data races on sockets - wireshark_plugin update send command - Documentation add some default values - Fix Find messages with Unicast Flag set to 0 - fix max remote subscription limit - fix race condition on lazy_load_test - Avoid locking while joining multicast group - Add precondition to offer_stop_offer - Delete twice definition of port_t in primitive_types.hpp - Fixing dereference issues - Integration of Suspend/Resume related fixes
- Loading branch information
1 parent
ade0d62
commit fcb9c24
Showing
5 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
- name: libvsomeip | ||
version: 3.5.3 | ||
version: 3.5.4 | ||
vendor: Lynx Team | ||
license: | ||
concluded: CLOSED and MPLv2 | ||
|