Notes
This function is in beta test. Please help improve it in the issues
here.
$ ./l5_memory_check rand_char*.txt dec ================================================================= ==128553==ERROR: AddressSanitizer: heap-use-after-free on address 0x60300003fdd0 at pc 0x0000005175ca bp 0x7ffed9047520 sp 0x7ffed9047518 READ of size 8 at 0x60300003fdd0 thread T0 #0 0x5175c9 (/out/package/l5_memory_check+0x5175c9) #1 0x5175fd (/out/package/l5_memory_check+0x5175fd) #2 0x517a66 (/out/package/l5_memory_check+0x517a66) #3 0x517bc9 (/out/package/l5_memory_check+0x517bc9) #4 0x7fe158ea1b96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #5 0x41cac9 (/out/package/l5_memory_check+0x41cac9) 0x60300003fdd0 is located 16 bytes inside of 24-byte region [0x60300003fdc0,0x60300003fdd8) freed by thread T0 here: #0 0x4dc7b0 (/out/package/l5_memory_check+0x4dc7b0) #1 0x5174c3 (/out/package/l5_memory_check+0x5174c3) #2 0x5175fd (/out/package/l5_memory_check+0x5175fd) #3 0x517a66 (/out/package/l5_memory_check+0x517a66) #4 0x517bc9 (/out/package/l5_memory_c
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
Program exit with non zero value 1!
JOJ Answer
Correct!