pmem / pmemfile

Userspace implementation of file APIs using persistent memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preload: fork/clone safety

marcinslusarz opened this issue · comments

We should detect fork in libpmemfile.so and disable access to pmemfile pool from either child or parent. Without that it's possible to corrupt pmemfile pool.