Record Case Detail

Notes

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

Stderr

 pwd: /out/package
ppid: 50275
   1: WRITELN echo 321 > 1.txt
   2: WRITELN echo 123 > 2.txt
   3: WRITELN cat 2.txt
   4: WRITELN cat 1.txt
   5: WRITELN ls
   6: WRITELN exit

Hints

Your answer may be identical to the JOJ answer in the first several lines.

However, you will still get Wrong Answer because the complete output may be longer and there might be errors in the future lines.

Please double check your code to solve this problem and try again.

Your Answer

mumsh $ =================================================================
==50276==ERROR: AddressSanitizer: heap-use-after-free on address 0x619000000080 at pc 0x0000004b2477 bp 0x7ffe77ae3dd0 sp 0x7ffe77ae3580
READ of size 1 at 0x619000000080 thread T0
    #0 0x4b2476  (/out/package/mumsh_memory_check+0x4b2476)
    #1 0x51574c  (/out/package/mumsh_memory_check+0x51574c)
    #2 0x515935  (/out/package/mumsh_memory_check+0x515935)
    #3 0x7f50a662fb96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #4 0x41cb89  (/out/package/mumsh_memory_check+0x41cb89)

0x619000000080 is located 0 bytes inside of 1024-byte region [0x619000000080,0x619000000480)
freed by thread T0 here:
    #0 0x4dc870  (/out/package/mumsh_memory_check+0x4dc870)
    #1 0x5153fe  (/out/package/mumsh_memory_check+0x5153fe)
    #2 0x51592d  (/out/package/mumsh_memory_check+0x51592d)
    #3 0x7f50a662fb96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)

previously allocated by thread T0 here:
    #0 0x4dca40  (/out/package/mumsh_memory_check+0x4dca40)

JOJ Answer

mumsh $ mumsh $ mumsh $ 123
mumsh $ 321
mumsh $ 1.txt
2.txt
driver
mumsh
mumsh_memory_check
mumsh $ exit