laruence / taint

Taint is a PHP extension, used for detecting XSS codes
Other
611 stars 128 forks source link

taint.c #4

Closed guitarfeng closed 11 years ago

guitarfeng commented 11 years ago

在 php_assign_handler() php_assign_ref_handler()两个函数里面,处理OP2的时候,都出现了TAINT_CV_DEF_OF(TAINT_OP1_VAR(opline)). [LINE 1932, LINE2009] 应该是TAINT_CV_DEF_OF(TAINT_OP2_VAR(opline)).