|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 Patchesslaven (last revision 2018-10-21 22:17 UTC by batinic107 at gmail dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits              [2017-08-15 04:36 UTC] laruence@php.net
  [2017-08-15 04:36 UTC] laruence@php.net
 
-Status: Open
+Status: Closed
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 19:00:02 2025 UTC | 
Description: ------------ Using unpack with "X*" causes an infinity loop Test script: --------------- <?php unpack("X*", ""); Expected result: ---------------- I would expect either A. * to not be a valid repeater for X B. cause it to rewind to zero. Actual result: -------------- 100% CPU usage