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/abi/   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:     covariant3.C (1.27 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
// { dg-do run }

// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 12 Dec 2003 <nathan@codesourcery.com>
// Origin:  grigory@stl.sarov.ru

// PR c++/13118. Missing covariant thunk.

struct c0 {};
struct c1 : virtual c0 {
  virtual c0* f6();
};

struct c5 {
    virtual void foo();
};

struct c10 : virtual c1 {
    virtual void foo();
};

struct c1a : c1 {}; // disambiguation

struct c11 : virtual c10, c1a {
  int i;
  virtual c1* f6 () = 0;
};

struct c18 : c5, virtual c1 {
    virtual void bar();
};

struct c28 : virtual c0, virtual c11 {
    virtual c18* f6();
};

c0 *c1::f6 () { return 0; }
void c5::foo () {}
void c10::foo () {}
void c18::bar () {}

c18 ret;

c18 *c28::f6 ()
{
  return &ret;
}

bool check_c1 (c1 *ptr)
{
  c0 *r = ptr->f6 ();
  return r != &ret;
}
bool check_c10 (c10 *ptr)
{
  c0 *r = ptr->f6 ();
  return r != &ret;
}
bool check_c11 (c11 *ptr)
{
  c1 *r = ptr->f6 ();
  return r != &ret;
}
bool check_c28 (c28 *ptr)
{
  c18 *r = ptr->f6 ();
  return r != &ret;
}

int main ()
{
  c28 obj;
  
  if (check_c1 (static_cast<c1a *> (&obj)))
    return 1;
  if (check_c1 (static_cast<c10 *> (&obj)))
    return 2;
  if (check_c10 (&obj))
    return 3;
  if (check_c11 (&obj))
    return 4;
  if (check_c28 (&obj))
    return 5;
  return 0;
}

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.0052 ]--