⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 taint

📁 Altera recommends the following system configuration: * Pentium II 400 with 512-MB system memory (fa
💻
字号:
  taint.c AOK  Insecure %s%s while running with -T switch__END__-T--FILE-- abcdef--FILE--# taint.copen(FH, "<abc") ;$a = <FH> ;close FH ;chdir $a ;print "xxx\n" ;EXPECTInsecure dependency in chdir while running with -T switch at - line 5.########-TU--FILE-- abcdef--FILE--# taint.copen(FH, "<abc") ;$a = <FH> ;close FH ;chdir $a ;print "xxx\n" ;EXPECTxxx########-TU--FILE-- abcdef--FILE--# taint.copen(FH, "<abc") ;$a = <FH> ;close FH ;use warnings 'taint' ;chdir $a ;print "xxx\n" ;no warnings 'taint' ;chdir $a ;print "yyy\n" ;EXPECTInsecure dependency in chdir while running with -T switch at - line 6.xxxyyy

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -