Hacker News (curated)
new
|
past
|
comments
|
ask
|
show
|
jobs
| show hidden
pornel
11 hours ago
|
parent
|
context
The bug here is not related to virtualization, but a footgun as old as C stdlib: system() that doesn't take arguments separately, and instead relies on shell escaping by the application.
1718627440
9 hours ago
The only point of system(3) is to invoke the OS shell, if you do not want that use exec(3).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
|
github