Logic error | Dangerous construct in a vforked process | compress.c | uncompressbuf | 885 | 29 | This function call is prohibited after a successful vfork | View Report |
Logic error | Dangerous construct in a vforked process | compress.c | uncompressbuf | 889 | 30 | This function call is prohibited after a successful vfork | View Report |
Security | Potential insecure implementation-specific behavior in call 'vfork' | compress.c | uncompressbuf | 873 | 1 | 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 | View Report |