Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- Bug 72618 (NULL Pointer Dereference in exif_process_user_comment) --EXTENSIONS-- ..
Decoded Output download
--TEST--
Bug 72618 (NULL Pointer Dereference in exif_process_user_comment)
--EXTENSIONS--
exif
--FILE--
<?php
var_dump(count(exif_read_data(__DIR__ . "/bug72618.jpg")));
?>
--EXPECTF--
Warning: exif_read_data(bug72618.jpg): %s in %s%ebug72618.php on line %d
int(%d)
Did this file decode correctly?
Original Code
--TEST--
Bug 72618 (NULL Pointer Dereference in exif_process_user_comment)
--EXTENSIONS--
exif
--FILE--
<?php
var_dump(count(exif_read_data(__DIR__ . "/bug72618.jpg")));
?>
--EXPECTF--
Warning: exif_read_data(bug72618.jpg): %s in %s%ebug72618.php on line %d
int(%d)
Function Calls
None |
Stats
MD5 | fc1d98cb84fe29296e59193c4f2fe8fa |
Eval Count | 0 |
Decode Time | 77 ms |