Record Case Detail

Notes

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

Stderr

 pwd: /out/package
ppid: 51573
   1: WRITELN ls
   2: 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 $ =================================================================
==51575==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x602000000080 at pc 0x000000448cd7 bp 0x7ffcbeed9120 sp 0x7ffcbeed88d0
READ of size 17 at 0x602000000080 thread T0
    #0 0x448cd6  (/out/package/mumsh_memory_check+0x448cd6)
    #1 0x44979b  (/out/package/mumsh_memory_check+0x44979b)
    #2 0x44986e  (/out/package/mumsh_memory_check+0x44986e)
    #3 0x51a016  (/out/package/mumsh_memory_check+0x51a016)
    #4 0x51a2aa  (/out/package/mumsh_memory_check+0x51a2aa)
    #5 0x51a2e3  (/out/package/mumsh_memory_check+0x51a2e3)
    #6 0x7fdcf0eeab96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #7 0x41d069  (/out/package/mumsh_memory_check+0x41d069)

0x602000000080 is located 0 bytes to the right of 16-byte region [0x602000000070,0x602000000080)
allocated by thread T0 here:
    #0 0x4dcf20  (/out/package/mumsh_memory_check+0x4dcf20)
    #1 0x518485  (/out/package/mumsh_memory_check+0x518485)
    #2 0x51a29d  (/out/package/mumsh

JOJ Answer

mumsh $ driver
mumsh
mumsh_memory_check
mumsh $ exit