File | Severity | Checker name | Message | Bug path length | Review status | |
---|---|---|---|---|---|---|
1 | src/corelib/io/qprocess_unix.cpp @ Line 217 | cppcoreguidelines-special-member-functions | class 'QChildProcess' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
2 | src/corelib/io/qprocess_unix.cpp @ Line 277 | security.insecureAPI.vfork | Call to function 'vfork' is insecure as it can lead to denial of service situations in the parent process. Replace calls to vfork with calls to the safer 'posix_spawn' function | 1 | unreviewed | |
3 | src/corelib/io/qprocess_unix.cpp @ Line 282 | unix.Vfork | This function call is prohibited after a successful vfork | 1 | unreviewed |