| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
fails.
This bug could be reproduced easily by calling sem_open() with O_CREAT |
O_EXCL on a semaphore that is already open in the process. The struct
sem_nameinfo would be freed while still in sem_list and later calls to
sem_open() or sem_close() could access freed memory.
PR: 206396
|
|
|
|
|
| |
Noted by: bde
MFC after: 3 days
|
|
|
|
|
|
| |
This test fails for now.
MFC after: 3 days
|
|
|
|
| |
The fourth specifies initial value for the semaphore.
|
|
|