forked from intel/QAT_Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code changes to avoid a potential race condition.
Changes to both qat_crypto_callbackFn() and qat_chained_callbackFn() to avoid the potential race condition of an object passed in by reference to the callback functions being subsequently cleaned up before the callback functions have completed their use of it. Change-Id: I4500205153d6c97d75ac00998d7f6c9499199721 Signed-off-by: Steve Linsell <[email protected]>
- Loading branch information
1 parent
37ac7da
commit d2f59b4
Showing
2 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters