Christian Hagau
Christian Hagau
This adds multichannel operation with explicit channel selection, needed for https://github.com/riebl/artery/pull/20. This adds a LinkTable integrated into LocationTable for tracking link layer addresses associated with a GeoNetworking address. LocationTableEntry has...
Compiling & running with UBSan produces the following error: ``` csimulation.cc:319:19: runtime error: null pointer passed as argument 2, which is declared to never be null ``` `memcpy` is marked...
Compiling & running with UBSan produces the following error: ``` bigdecimal.cc:56:15: runtime error: signed integer overflow: 1000000000000000000 * 10 cannot be represented in type 'long' ``` The overflow happens because...
Compiling & running with UBSan produces the following error: ``` simtime.cc:48:15: runtime error: signed integer overflow: 1000000000000000000 * 10 cannot be represented in type 'long' ``` The overflow happens because...
**Platform:** - OMNeT++ version: 5.7 - OS: Ubuntu 22.04.1 LTS **Description:** I noticed that the regression testsuite was hardcoded to use the debug build, and I would like to test...
There is a new version of eddsa available which includes support for the new OIDs from [draft-ietf-curdle-pkix-07](https://tools.ietf.org/html/draft-ietf-curdle-pkix-07).
As the title says, fix a typo in the patch header.