Files
ladybird/Userland/Utilities/disasm.cpp
Rummskartoffel 487377d1d7 disasm: Don't fail when trying to disassemble empty files
Given an empty file, disasm would try to create a zero-size memory
mapping of that file, which would fail with EINVAL.
2022-01-18 09:08:14 +01:00

5.9 KiB