|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-02-13 00:12 UTC] jvp at 4ssl dot us
[2010-03-01 21:41 UTC] marcketel at gmail dot com
[2010-03-24 14:44 UTC] clint at rtcreativegroup dot com
[2011-09-26 22:28 UTC] tyrael@php.net
-Status: Open
+Status: Bogus
[2011-09-26 22:28 UTC] tyrael@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 09:00:01 2025 UTC |
Description: ------------ PHP version 5.2.12 contains minor bug in files ext/mhash/tests/00{1,3}.phpt. Some occurrences of character 0x0d were replaced by 0x0a. This was possibly caused by revision control software. File ext/mhash/tests/001.phpt Offset 0x23f 0x0a should be replaced by 0x0d (MHASH_TIGER) File ext/mhash/tests/003.phpt Offset 0x2b9 0x0a should be replaced by 0x0d (MHASH_HAVAL224) File ext/mhash/tests/003.phpt Offset 0x671 0x0a should be replaced by 0x0d (MHASH_CRC32) This bug is present in 5.2.12 and current 5.2 snapshot. Version 5.2.10 is ok and tests are working as intended. Expected result: ---------------- Replace the mentioned characters by their escaped counterparts. This could make them less vulnerable. Actual result: -------------- Performing mhash extension tests always fails with following error: Running selected tests. TEST 1/3 [tests/001.phpt] FAIL mhash() test [tests/001.phpt] TEST 2/3 [tests/002.phpt] PASS mhash_get_block_size() & mhash_get_hash_name() test [tests/002.phpt] TEST 3/3 [tests/003.phpt] FAIL mhash_keygen_s2k() test [tests/003.phpt] ===================================================================== Number of tests : 3 3 Tests skipped : 0 ( 0.0%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 2 ( 66.7%) ( 66.7%) Expected fail : 0 ( 0.0%) ( 0.0%) Tests passed : 1 ( 33.3%) ( 33.3%) --------------------------------------------------------------------- Time taken : 0 seconds ===================================================================== ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- mhash() test [tests/001.phpt] mhash_keygen_s2k() test [tests/003.phpt] =====================================================================