taint
taint copied to clipboard
实例化一个未定义构造函数的类时,如果传了不必要的参数,会发生 Segmentation fault (core dumped)
class Demo {}
new Demo(123);