• iggy@recycle.(none)'s avatar
    Bug#25222 Win32 HANDLE leak in my_sopen() · d3bdfa2c
    iggy@recycle.(none) authored
    - When attempting to associate a Windows File handle to a C run-time file
    handle there is an upper bound.  Once reached, the newly created handles
    will cause a memory leak since they are not properly associated with a
    handle that can later be cleaned up.
    d3bdfa2c
my_open.c 9.72 KB