php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68918 Missing unlock
Submitted: 2015-01-26 23:31 UTC Modified: 2020-12-23 12:05 UTC
From: bugreports at internot dot info Assigned: cmb (profile)
Status: Not a bug Package: *General Issues
PHP Version: master-Git-2015-01-26 (Git) OS: Linux Ubuntu 14.04
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bugreports at internot dot info
New email:
PHP Version: OS:

 

 [2015-01-26 23:31 UTC] bugreports at internot dot info
Description:
------------
Hi,

In /Zend/zend_ts_hash.c

25static void begin_read(TsHashTable *ht) 25static void begin_read(TsHashTable *ht)

in the function.


"ht->mx_writer" is never unlocked.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-01-30 09:58 UTC] danack@php.net
This doesn't look like an issue to me. The begin_read function is paired with the end_read function when it is used, and the end_read has the unlock for the mutex.
 [2020-12-23 12:05 UTC] cmb@php.net
-Status: Open +Status: Not a bug -Assigned To: +Assigned To: cmb
 [2020-12-23 12:05 UTC] cmb@php.net
What Dan said.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC