PHP is the new C
Posted Oct 12, 2006 9:15 UTC (Thu) by
jschrod (subscriber, #1646)
In reply to:
PHP is the new C by dark
Parent article:
Report: Vulnerability type distributions in CVE
Actually, Perl does this. Still, it seems that many programmers don't know it since I see lots of code where system() is called with a string (going via /bin/sh) instead of an array (going via fork/exec). Therefore, it's not only a matter of providing the functionality, it's a matter of promoting it and making it the `typical' method to do.
Joachim
(
Log in to post comments)