vscode-codeql icon indicating copy to clipboard operation
vscode-codeql copied to clipboard

Fix hang/crash when using `--check-databases` option for test run

Open dbartol opened this issue 1 year ago • 0 comments

Trivial fix is to ignore events for tests we didn't explicitly request in the run.

I also discovered that sometimes the CLI emits an empty null-terminated string as an event. We should just ignore those.

dbartol avatar May 08 '23 21:05 dbartol