Question
Dynamic memory allocation problem
Hi
I have a weird problem and do not understand where it could come from and thus do not know how to solve it.
I am adding list entries to a list, and it seems to function correctly when I add them hardcoded. However, when attempting to add an entry received via UDP, it appears that the memory allocation is not 'blocking', allowing other functions to write to the same memory location.