• unknown's avatar
    Bug#25222 Win32 HANDLE leak in my_sopen() · 83def161
    unknown 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.
    
    
    mysys/my_open.c:
      Bug#25222 Win32 HANDLE leak in my_sopen()
      - Check for failure in _open_osfhandle and close allocated HANDLE on failure.
    83def161
my_open.c 9.72 KB