Skip to content

Multiple Calls to CloseHandle() #2

@cjkgit

Description

@cjkgit

In TFTPServer/main.cpp, there are several places where CloseHandle() is called, and then ReleaseClient() may be called, which may also do an additional CloseHandle() is the handle is not of value INVALID_HANDLE_VALUE. This may cause a kernel exception on windows/msc builds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions