Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

=================================================================
==16049==ERROR: AddressSanitizer: heap-use-after-free on address 0x603000000168 at pc 0x00000051d265 bp 0x7ffc4ee362b0 sp 0x7ffc4ee362a8
READ of size 8 at 0x603000000168 thread T0
    #0 0x51d264  (/out/package/dlist_mem+0x51d264)
    #1 0x51f29f  (/out/package/dlist_mem+0x51f29f)
    #2 0x7f068f7c2b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #3 0x41da19  (/out/package/dlist_mem+0x41da19)

0x603000000168 is located 8 bytes inside of 24-byte region [0x603000000160,0x603000000178)
freed by thread T0 here:
    #0 0x516bf8  (/out/package/dlist_mem+0x516bf8)
    #1 0x51c9e4  (/out/package/dlist_mem+0x51c9e4)
    #2 0x51f29f  (/out/package/dlist_mem+0x51f29f)
    #3 0x7f068f7c2b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)

previously allocated by thread T0 here:
    #0 0x515e80  (/out/package/dlist_mem+0x515e80)
    #1 0x51c88b  (/out/package/dlist_mem+0x51c88b)
    #2 0x51f29f  (/out/package/dlist_mem+0x51f29f)
    #3 0x7f068f7c2b96  (/lib/x8

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.