mirror of
https://github.com/sysprog21/lkmpg.git
synced 2025-03-14 06:27:29 +08:00

In cat_nonblock.c, function call of close() is missing, which could lead to resource leak. Besides, using EXIT_FAILURE macro defined in stdlib.h provides better readability.