php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #63123
Patch 63123 revision 2012-09-21 02:06 UTC by 274611049 at qq dot com
revision 2012-09-20 15:43 UTC by 274611049 at qq dot com

Patch 63123 for taint Bug #63123

Patch version 2012-09-20 15:43 UTC

Return to Bug #63123 | Download this patch
Patch Revisions:

Developer: 274611049@qq.com

--- taint-1.0.0.orig/taint.c	2012-06-23 17:32:10.000000000 +0800
+++ taint-1.0.0/taint.c	2012-09-20 23:24:44.000000000 +0800
@@ -133,6 +133,7 @@
 		    PHP_TAINT_MARK(*ppzval, PHP_TAINT_MAGIC_POSSIBLE);
 		}
 	}
+    zend_hash_internal_pointer_reset(ht);
 } /* }}} */
 
 static void taint_pzval_unlock_func(zval *z, zend_free_op *should_free, int unref) /* {{{ */ {
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 17:01:27 2025 UTC