nayakgi / perl-compiler

Automatically exported from code.google.com/p/perl-compiler
Other
0 stars 0 forks source link

B::C not taint safe #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# Insecure dependency in sprintf while running with -T switch at 
/usr/local/cpanel/3rdparty/perl/514/lib/perl5/cpanel_lib/i386-linux-64int-debug/
B/C.pm line 2045.

Generated testing compile of t/CORE/op/taint.t

Original issue reported on code.google.com by todd.e.rinaldo on 27 Nov 2013 at 9:46

GoogleCodeExporter commented 9 years ago
testcase in t/e_perlcc.t 48,49
Fixed with commit 335620bfc64c28e11900cc42168767be5ab49cc4
Author: Reini Urban <rurban@cpanel.net>
Date:   Thu Dec 5 15:28:46 2013 -0600

    C: make B::C taint-safe again, -T

    Fixes testcases t/e_perlcc.t 48,49

Original comment by reini.urban on 5 Dec 2013 at 9:29