Notes
This function is in beta test. Please help improve it in the issues
here.
add commands: \qadd ==86528==AddressSanitizer's allocator is terminating the process instead of returning 0 ==86528==If you don't like this behavior set allocator_may_return_null=1 ==86528==AddressSanitizer CHECK failed: /build/llvm-toolchain-6.0-QjOn7h/llvm-toolchain-6.0-6.0/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc:225 "((0)) != (0)" (0x0, 0x0) #0 0x4e6f45 (/out/package/cleaner_mem+0x4e6f45) #1 0x5047f5 (/out/package/cleaner_mem+0x5047f5) #2 0x4ed336 (/out/package/cleaner_mem+0x4ed336) #3 0x4ed39d (/out/package/cleaner_mem+0x4ed39d) #4 0x428cee (/out/package/cleaner_mem+0x428cee) #5 0x429137 (/out/package/cleaner_mem+0x429137) #6 0x51652f (/out/package/cleaner_mem+0x51652f) #7 0x51b620 (/out/package/cleaner_mem+0x51b620) #8 0x7fa2039ffb96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #9 0x41df39 (/out/package/cleaner_mem+0x41df39)
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
aefct