Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Re-entrant BinaryHeap implementation is not re-entrant in the general case. #87

Open
ghost opened this issue Feb 23, 2016 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Feb 23, 2016

The BinaryHeap implementation palces critical sections around insertion and deletion but not around get_root(). For types that are not single copy atomic get_root() may observe a partial update of array[0]

@ciarmcom
Copy link
Member

ARM Internal Ref: IOTSFW-2102

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant