gitlab.flawfinder.vfork-1
137
Download Count*
License
Use fork() instead.
Run Locally
Run in CI
Defintion
rules:
- id: flawfinder.vfork-1
languages:
- c
message: |
Use fork() instead.
metadata:
cwe: "CWE-362: On some old systems, vfork() permits race conditions, and it's
very difficult to use correctly (CWE-362)"
primary_identifier: flawfinder.vfork-1
secondary_identifiers:
- name: Flawfinder - vfork
type: flawfinder_func_name
value: vfork
license: MIT
pattern: vfork(...)
severity: INFO
Short Link: https://sg.run/8R2J