|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-14 07:10 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jun 28 21:00:01 2026 UTC |
This is a nasty one preventing my work to get done :( A simple printf("%250s",$dummystring) makes php.exe CRASH. I run that script by doing "php.exe -q test.php". Same thing you can do with $dummy = sprintf("%250s",$whatever); .. same effect. Is this a known problem? This sounds severe and for me as programmer it sounds like a buffer overrun, since smaller format-sizes (%50s) work perfect. Danijel Ilisin