mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
The arguments are passed on registers, so if we pass only 3 defined arguments then the fourth argument for the prctl syscall could have garbage value within it. To avoid possible bugs, always pass 3 arguments to a raw syscall prctl call in addition to the prctl sub-option (the first argument).
820 B
820 B