Skip to content
Snippets Groups Projects
Commit 15e40a45 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix potential deadlock in getnodedat(), observed on macOS

Upon any node.dab lock or read failure, this code would cause errormsg() which
would often/usually end up claling getnodedat() which would block forever trying
to acquire the ndoefile_mutex (introduced in commit b9633069, I'm not clear why).

Unlock/release the mutex *before* calling errormsg().
parent 27785543
Branches
Tags
No related merge requests found
Pipeline #7248 passed
Status
Pipeline
Created by
Stages
Actions
Passed

00:05:35

avatar
Download artifacts

No artifacts found