pmem / pmemfile

Userspace implementation of file APIs using persistent memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preload: setfsuid support is racy

GBuella opened this issue · comments

hook_setfsuid called from multiple threads can obviously result in different pools using different uids.
This isn't considered a significant issue for real world applications though, as we believe calling setfsuid from different threads is not a common use case in any scenario.