On Mon Mar 25 10:45:04 2024 +0000, Rémi Bernon wrote:
I changed this to use valgrind annotations on alloc and free, as well as poisoning the memory. Note that I don't think we can zero the entire memory on free within SHARED_WRITE* because of the seq counter.
Since you now initialize cursor at desktop initialization this is merely a nit, but thanks for going the extra mile :)