mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 18:06:56 +02:00
The Raspberry Pi's mailbox interface does not guarantee that the returned command line is null-terminated. This commit removes that assumption from the current code, allowing the next commit to add support for reading it on the Pi. This also lets us eliminate a few manual `strlen()` calls :^)
3.1 KiB
3.1 KiB