|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2014-12-29 02:16 UTC] bugreports at internot dot info
Description: ------------ Hi, In /Zend/zend_ts_hash.c: 142 tsrm_mutex_free(ht->mx_reader); 143 tsrm_mutex_free(ht->mx_reader); This is a double free. Probably a merge mistake. I'll check it out. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Nope. It's been here since 2002! # git blame -L 142,143 Zend/zend_ts_hash.c d5e64b22 (Harald Radi 2002-03-20 21:26:46 +0000 142) tsrm_mutex_free(ht->mx_reader); d5e64b22 (Harald Radi 2002-03-20 21:26:46 +0000 143) tsrm_mutex_free(ht->mx_reader); commit d5e64b2287b1a8c38d29af1597af6d63a0f7e68c Author: Harald Radi <phanto@php.net> Date: Wed Mar 20 21:26:46 2002 +0000 added thread safe hashtable which allows concurrent reads but only exclusive writes