Bugzilla – Bug 967622
glibc is missing a shm_mkstemp() that is a secure version of shm_open()
Last modified: 2016-02-29 07:54:06 UTC
It seems that there is no secure way to open a shared meory object in a secure way using the offcial POSIX shared memory API of the glibc as described in man:shm_overview(7). This was already reported on other places, e.g. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620887 and also got implemented for openBSD: http://resin.csoft.net/cgi-bin/man.cgi?section=3&topic=shm_open