Data races in max7301
Moderate severity
GitHub Reviewed
Published
Aug 25, 2021
to the GitHub Advisory Database
•
Updated Feb 3, 2023
Description
Published by the National Vulnerability Database
Aug 8, 2021
Reviewed
Aug 9, 2021
Published to the GitHub Advisory Database
Aug 25, 2021
Last updated
Feb 3, 2023
The
ImmediateIO
andTransactionalIO
types implementSync
for all containedExpander<EI>
types regardless of if theExpander
itself is safe to useacross threads.
As the
IO
types allow retrieving theExpander
, this can lead to non-threadsafe types being sent across threads as part of the
Expander
leading to dataraces.
References