Home / Vulnerability Database / C or C++ : File never closed
C/C++
C or C++ : File never closed
Overview
When you finish working with a file, you need to use a function that closes it. If this is not done, it may cause error and resource leak.
MEDIUM
DerScanner Severity Score
Do you want to fix C or C++ : File never closed in your application?
See also
C/C++
C or C++ : Dead store
C/C++
C or C++ : Use after free
C/C++
