Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==1702==ERROR: AddressSanitizer: heap-use-after-free on address 0x602000000090 at pc 0x00000051f07e bp 0x7fffa1b99890 sp 0x7fffa1b99888 READ of size 4 at 0x602000000090 thread T0 #0 0x51f07d (/out/package/dlist_mem+0x51f07d) #1 0x52117f (/out/package/dlist_mem+0x52117f) #2 0x7fba5785bb96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #3 0x41da79 (/out/package/dlist_mem+0x41da79) 0x602000000090 is located 0 bytes inside of 4-byte region [0x602000000090,0x602000000094) freed by thread T0 here: #0 0x516c58 (/out/package/dlist_mem+0x516c58) #1 0x51ebd8 (/out/package/dlist_mem+0x51ebd8) #2 0x52117f (/out/package/dlist_mem+0x52117f) #3 0x7fba5785bb96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) previously allocated by thread T0 here: #0 0x515ee0 (/out/package/dlist_mem+0x515ee0) #1 0x51e743 (/out/package/dlist_mem+0x51e743) #2 0x52117f (/out/package/dlist_mem+0x52117f) #3 0x7fba5785bb96 (/lib/x86_
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
JOJ Answer
Test success.