Skip to content
Snippets Groups Projects
Commit d6d75c72 authored by Fredrik Thulin's avatar Fredrik Thulin
Browse files

Add XXX comment about mutexes in init_args.

parent 2c596749
No related branches found
No related tags found
No related merge requests found
......@@ -1272,6 +1272,7 @@ static CK_RV rpc_C_Initialize(CK_VOID_PTR init_args)
/* pReserved must be NULL */
args = init_args;
/* XXX since we're never going to call the supplied mutex functions, shouldn't we reject them? */
/* ALL supplied function pointers need to have the value either NULL or non-NULL. */
supplied_ok = (args->CreateMutex == NULL
&& args->DestroyMutex == NULL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment