laruence/taint

实例化一个未定义构造函数的类时,如果传了不必要的参数,会发生 Segmentation fault (core dumped)

infatu8 opened this issue · 0 comments

class Demo {}
new Demo(123);