Files
Richard Acayan b4db2118cb fastrpc: add iobuffer unit test
Despite the modularity of the FastRPC implementation, there are no unit
tests. This makes it unpredictable when the implementation encounters an
unlikely scenario, such as when reading uninitialized memory that is
non-zero, or when allocating zero bytes of memory. Add a unit test for
the I/O buffer encoder and decoder so there can be more confidence in
its expected operation.

This does not test edge cases in the malloc() function, such as
allocating zero bytes or failures.
2023-12-27 18:23:41 -05:00
..
2023-12-27 18:23:41 -05:00