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:     pr104560-1.c (1.09 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* Reduced/adapted from false positive from -Wanalyzer-free-of-non-heap
   seen on rdma-core.  */

#include <stddef.h>

#define check_types_match(expr1, expr2)            \
    ((typeof(expr1) *)0 != (typeof(expr2) *)0)

#define container_of(member_ptr, containing_type, member)        \
     ((containing_type *)                        \
      ((char *)(member_ptr)                        \
       - container_off(containing_type, member))            \
      + check_types_match(*(member_ptr), ((containing_type *)0)->member))

#define container_off(containing_type, member)    \
    offsetof(containing_type, member)

struct ibv_device {
    /* [...snip...] */
};

struct verbs_device {
    struct ibv_device device; /* Must be first */
    /* [...snip...] */
    int placeholder;
};

struct mlx5_device {
    struct verbs_device verbs_dev;
    int placeholder;
};

static inline struct mlx5_device *to_mdev(struct ibv_device *ibdev)
{
    return container_of(ibdev, struct mlx5_device, verbs_dev.device);
}
  
static void mlx5_uninit_device(struct verbs_device *verbs_device)
{
        struct mlx5_device *dev = to_mdev(&verbs_device->device);

        __builtin_free(dev); /* { dg-bogus "not on the heap" } */
}

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