79627142

Date: 2025-05-18 03:46:58
Score: 4.5
Natty: 5
Report link

@Arthur Tacca thank you for your comment but I don't see how that could solve my problem of sharing locally reserved data on the heap of a process using functions like: malloc, calloc, ... Suppose that the instruction mySharedStruct.pData = (void*) calloc (1, 10); returns the address 0x000e7c80 which symbolizes a void * (or more complicated a : void **) in P1 Heap. How to make the address 0x000e7c80 usable by P2 ?! because this address is not part of its heap and any access attempt will generate a memory access violation

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Arthur
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Supolaliko