osquery-python icon indicating copy to clipboard operation
osquery-python copied to clipboard

Fix 2 issues (related to #57)

Open hotab opened this issue 3 years ago • 1 comments

Issue 1: in TPipeServer, the CloseHandle call happened on a None _handle after the super() call. Issue 2: Client raises an issue as described in https://github.com/osquery/osquery-python/issues/57, correct call seems to be CloseHandle.

This commit fixes both issues

hotab avatar Dec 23 '22 00:12 hotab

CLA Not Signed