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) /* {{{ */ {
         |