• R
    fix mmap leak in sem_open failure path for link call · 086793ad
    Rich Felker 提交于
    the leak was found by static analysis (reported by Alexander Monakov),
    not tested/observed, but seems to have occured both when failing due
    to O_EXCL, and in a race condition with O_CREAT but not O_EXCL where a
    semaphore by the same name was created concurrently.
    086793ad
sem_open.c 4.1 KB