Greetings,
I am using FreeRTOS 10.5.1 with Renesas GNU-RX compiler.
I am trying to evaluate the impact of corrupting a buffer which has been allocated some memory (using heap_4 memory management implementation).
As I understand, a block of metadata will be placed at the beginning of the allocated memory.
This metadata values will be asserted (configASSERT) to decide whether the allocated memory is valid or corrupted.
However, I am having trouble finding information on the values in this metadata.
Could you kindly share documentations or information on this?
Thank you.