Files
node/test/addons-napi
Gabriel Schulhof 53296e8a3e n-api: guard against cond null dereference
A condition variable is only created by the thread-safe function if the
queue size is set to something larger than zero. This adds null-checks
around the condition variable and tests for the case where the queue
size is zero.

Fixes: https://github.com/nodejs/help/issues/1387
PR-URL: https://github.com/nodejs/node/pull/21871
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2018-07-23 22:07:23 -04:00
..
2018-05-05 13:44:03 +02:00
2018-07-12 01:42:56 -04:00
2018-07-12 13:02:04 -05:00