Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
dist /
Storable /
hints /
Delete
Unzip
Name
Size
Permission
Date
Action
gnukfreebsd.pl
33
B
-r--r--r--
2014-12-27 11:48
gnuknetbsd.pl
33
B
-r--r--r--
2014-12-27 11:48
hpux.pl
275
B
-r--r--r--
2014-12-27 11:48
linux.pl
648
B
-r--r--r--
2014-12-27 11:48
Save
Rename
# gcc -O3 (and higher) can cause code produced from Storable.xs that # dumps core immediately in recurse.t and retrieve.t, in is_storing() # and last_op_in_netorder(), respectively. In both cases the cxt is # full of junk (and according to valgrind the cxt was never stack'd, # malloc'd or free'd). Observed in Debian 3.0 x86, with gccs 2.95.4 # 20011002 and 3.3, and in Redhat 7.1 with gcc 3.3.1. The failures # happen only for unthreaded builds, threaded builds work okay. use Config; if ($Config{gccversion}) { my $optimize = $Config{optimize}; if ($optimize =~ s/(^| )-O[3-9]( |$)/$1-O2$2/) { $self->{OPTIMIZE} = $optimize; } }