Annotation of embedaddon/php/ext/standard/tests/strings/bug67252.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #67252 (convert_uudecode out-of-bounds read)
        !             3: --FILE--
        !             4: <?php
        !             5: 
        !             6: $a = "M86%A86%A86%A86%A86%A86%A86%A86%A86%A86%A86%A86%A86%A86%A86%A"."\n"."a.";
        !             7: var_dump(convert_uudecode($a));
        !             8: 
        !             9: ?>
        !            10: --EXPECTF--    
        !            11: 
        !            12: Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
        !            13: bool(false)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>