Skip to content

Problem with modifying open file descriptors but not closing them。

On the debian10 system, run the ./src/lshw program. This program opens /dev/fb-pid, but does not close the file descriptor.

ex: lr-x------ 1 root root 64 1 28 13:39 3 -> '/dev/fb-28506 (deleted)' image This line of code does not close any files.

Merge request reports

Loading