[Bug 594696] [NEW] eval() with base64_decode causes segfault
Matthew Chambers
matt.chambers at gmail.com
Tue Jun 15 18:06:44 BST 2010
Public bug reported:
Binary package hint: php5
Description: Ubuntu 10.04 LTS
Release: 10.04
php5:
Installed: (none)
Candidate: 5.3.2-1ubuntu4.2
Version table:
5.3.2-1ubuntu4.2 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
5.3.2-1ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
<?php
//echo base64_encode('printf("output text");'); // Generates the string used below
eval(base64_decode('cHJpbnRmKCJvdXRwdXQgdGV4dCIpOw==')); // Should print 'output text'
?>
** Affects: php5 (Ubuntu)
Importance: Undecided
Status: New
--
eval() with base64_decode causes segfault
https://bugs.launchpad.net/bugs/594696
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list