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/analyzer/   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-1.c (4.04 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#include "analyzer-decls.h"
typedef __SIZE_TYPE__ size_t;

int test_1 (void)
{
  int i; /* { dg-message "region created on stack here" } */
  return i; /* { dg-warning "use of uninitialized value 'i'" } */
}

int test_2 (void)
{
  int i; /* { dg-message "region created on stack here" } */
  return i * 2; /* { dg-warning "use of uninitialized value 'i'" } */
}

int test_3 (void)
{
  static int i;
  return i;
}

int test_4 (void)
{
  int *p; /* { dg-message "region created on stack here" } */
  return *p; /* { dg-warning "use of uninitialized value 'p'" } */
}

int test_5 (int flag, int *q)
{
  int *p; /* { dg-message "region created on stack here" } */
  if (flag) /* { dg-message "following 'false' branch" } */
    p = q;

  /* There should be two enodes here,
     i.e. not merging the init vs non-init states.  */
  __analyzer_dump_exploded_nodes (0); /* { dg-warning "2 processed enodes" } */
  
  return *p; /* { dg-warning "use of uninitialized value 'p'" } */
}

int test_6 (int i)
{
  int arr[10]; /* { dg-message "region created on stack here" } */
  return arr[i]; /* { dg-warning "use of uninitialized value 'arr\\\[i\\\]'" } */
}

int test_rshift_rhs (int i)
{
  int j; /* { dg-message "region created on stack here" } */
  return i >> j; /* { dg-warning "use of uninitialized value 'j'" } */
}

int test_lshift_rhs (int i)
{
  int j; /* { dg-message "region created on stack here" } */
  return i << j; /* { dg-warning "use of uninitialized value 'j'" } */
}

int test_rshift_lhs (int i)
{
  int j; /* { dg-message "region created on stack here" } */
  return j >> i; /* { dg-warning "use of uninitialized value 'j'" } */
}

int test_lshift_lhs (int i)
{
  int j; /* { dg-message "region created on stack here" } */
  return j << i; /* { dg-warning "use of uninitialized value 'j'" } */
}

int test_cmp (int i)
{
  int j; /* { dg-message "region created on stack here" } */
  return i < j; /* { dg-warning "use of uninitialized value 'j'" } */
}

float test_plus_rhs (float x)
{
  float y; /* { dg-message "region created on stack here" } */
  return x + y; /* { dg-warning "use of uninitialized value 'y'" } */
}

float test_plus_lhs (float x)
{
  float y; /* { dg-message "region created on stack here" } */
  return y + x; /* { dg-warning "use of uninitialized value 'y'" } */
}

float test_minus_rhs (float x)
{
  float y; /* { dg-message "region created on stack here" } */
  return x - y; /* { dg-warning "use of uninitialized value 'y'" } */
}

float test_minus_lhs (float x)
{
  float y; /* { dg-message "region created on stack here" } */
  return y - x; /* { dg-warning "use of uninitialized value 'y'" } */
}

float test_times_rhs (float x)
{
  float y; /* { dg-message "region created on stack here" } */
  return x * y; /* { dg-warning "use of uninitialized value 'y'" } */
}

float test_times_lhs (float x)
{
  float y; /* { dg-message "region created on stack here" } */
  return y * x; /* { dg-warning "use of uninitialized value 'y'" } */
}

float test_divide_rhs (float x)
{
  float y; /* { dg-message "region created on stack here" } */
  return x / y; /* { dg-warning "use of uninitialized value 'y'" } */
}

float test_divide_lhs (float x)
{
  float y; /* { dg-message "region created on stack here" } */
  return y / x; /* { dg-warning "use of uninitialized value 'y'" } */
}

size_t test_builtin_strlen (void)
{
  const char *ptr; /* { dg-message "region created on stack here" } */
  return __builtin_strlen (ptr); /* { dg-warning "use of uninitialized value 'ptr'" } */
}

void test_calling_uninit_fn_ptr_1 (void)
{
  void (*fn_ptr) (void); /* { dg-message "region created on stack here" } */
  fn_ptr (); /* { dg-warning "use of uninitialized value 'fn_ptr'" } */
}

int test_calling_uninit_fn_ptr_2 (void)
{
  int (*fn_ptr) (void); /* { dg-message "region created on stack here" } */
  return fn_ptr (); /* { dg-warning "use of uninitialized value 'fn_ptr'" } */
}

extern void called_by_uninit_arg (int);
void test_passing_uninit_arg (void)
{
  int i; /* { dg-message "region created on stack here" } */
  called_by_uninit_arg (i); /* { dg-warning "use of uninitialized value 'i'" } */
}

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