Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==57256==ERROR: AddressSanitizer: heap-use-after-free on address 0x607000000020 at pc 0x000000520104 bp 0x7ffe17217eb0 sp 0x7ffe17217ea8 READ of size 4 at 0x607000000020 thread T0 #0 0x520103 (/out/package/call_mem+0x520103) #1 0x7fad5e08ac86 (/lib/x86_64-linux-gnu/libc.so.6+0x21c86) #2 0x41d949 (/out/package/call_mem+0x41d949) 0x607000000020 is located 0 bytes inside of 80-byte region [0x607000000020,0x607000000070) freed by thread T0 here: #0 0x516b28 (/out/package/call_mem+0x516b28) #1 0x51b469 (/out/package/call_mem+0x51b469) #2 0x7fad5e08ac86 (/lib/x86_64-linux-gnu/libc.so.6+0x21c86) previously allocated by thread T0 here: #0 0x515db0 (/out/package/call_mem+0x515db0) #1 0x51a92d (/out/package/call_mem+0x51a92d) #2 0x7fad5e08ac86 (/lib/x86_64-linux-gnu/libc.so.6+0x21c86) SUMMARY: AddressSanitizer: heap-use-after-free (/out/package/call_mem+0x520103) Shadow bytes around the buggy address: 0x
Hints
Your answer may be identical to the JOJ answer in the first several lines.
However, the main problem you meet now is Runtime Error. And the exit code of your program is 1, which should be 0.
Please double check your code to solve this problem and try again.
Your Answer
Starting tick #0
JOJ Answer
Starting tick #0 Starting tick #1 Call from Jeff a gold member Answering call from Jeff Starting tick #2