K 10 svn:author V 6 jilles K 8 svn:date V 27 2016-01-27T22:56:04.640571Z K 7 svn:log V 360 MFC r294565: sem: Don't free nameinfo that is still in list when open() 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 END