|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patches68711-flatfile-joshua-rogers (last revision 2015-01-17 07:44 UTC by mj@php.net)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-01-08 08:38 UTC] laruence@php.net
[2015-01-08 08:38 UTC] laruence@php.net
-Status: Open
+Status: Closed
[2015-01-09 14:22 UTC] bugreports at internot dot info
[2015-01-14 18:29 UTC] bugreports at internot dot info
-Status: Closed
+Status: Assigned
[2015-01-14 18:29 UTC] bugreports at internot dot info
[2015-01-17 07:44 UTC] mj@php.net
[2015-01-17 07:45 UTC] mj@php.net
[2015-01-20 14:12 UTC] jpauli@php.net
[2015-01-20 14:12 UTC] jpauli@php.net
-Status: Assigned
+Status: Closed
[2015-01-20 14:13 UTC] jpauli@php.net
[2015-01-20 14:13 UTC] jpauli@php.net
[2015-01-20 14:14 UTC] jpauli@php.net
-Assigned To:
+Assigned To: jpauli
[2015-01-20 14:14 UTC] jpauli@php.net
[2015-01-20 18:42 UTC] stas@php.net
[2016-07-20 11:39 UTC] davey@php.net
[2016-07-20 11:40 UTC] davey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Description: ------------ Hi, Multiple reports here: /ext/standard/pack.c: 749 while (--len >= 0) { len is unsigned, so it can never be <0 In /ext/dba/libflatfile/flatfile.c: 183 if (num < 0) { num is unsigned 277 if (num < 0) { num is unsigned 129 if (num < 0) { num is unsigned 229 if (num < 0) { num is unsigned Thanks, T