| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2006-11-28 15:20 UTC] tony2001@php.net
  [2006-11-28 15:28 UTC] mark at temporal-solutions dot co dot uk
  [2006-11-28 16:36 UTC] mark at temporal-solutions dot co dot uk
  [2006-11-28 16:41 UTC] mark at temporal-solutions dot co dot uk
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 13:00:02 2025 UTC | 
Description: ------------ Imploding an array containing a NULL as an argument to sprintf causes php-cgi.exe crash with null pointer read under IIS5.1 w/ Windows XP SP2 Pro. Reproduce code: --------------- <? $keys = array(); $keys[] = NULL; sprintf('%s', implode(' ', $keys)); ?> Expected result: ---------------- Script execute and produce nothing. Actual result: -------------- CGI crash reading memory at 0x000000