mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 00:48:11 +00:00
![]() Problem: - If `fork()` fails the system tries to call `execl()`. That will either succeed and replace the running process image or it will fail and it needs to try again. The `if` is redundant because it will only be evaluated if `execl()` fails. Solution: - Remove the `if`. |
||
---|---|---|
.. | ||
Kernel | ||
LibC | ||
CMakeLists.txt |