Skip to content

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 tests for the case where the queue size is zero.

Fixes: https://github.com/nodejs/help/issues/1387

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading